The question is very short:
For some reason, calc()
function doesn't work in my case.
<style>
body {
padding-left: calc(1% * 1%);
}
</style>
Chrome says it isn't valid value. Why?
(Is there another way to use exponentiation, which is based on element width, with calc()
?)