I want to use css calc to calculate the widh , but it doesn't work.
.box {
width: calc(1235px * (100vh / 375px * 667px / 100vw));
}
I want to use css calc to calculate the widh , but it doesn't work.
.box {
width: calc(1235px * (100vh / 375px * 667px / 100vw));
}