I have the following CSS:
我有以下CSS:
body {
width: calc(700px + 2 * 4rem);
}
.someclass {
margin: calc(2rem - 2px) 0;
}
body {
I have the following CSS:
我有以下CSS:
body {
width: calc(700px + 2 * 4rem);
}
.someclass {
margin: calc(2rem - 2px) 0;
}
body {