If I use a calculator, 2/3
is 0.6666666667
which is about 67%
. However if I try to do the same thing with css calc I get an error.
width: calc(2 / 3);
Is there a working way for this?
I don't think it looks that good writing it like 0.666666666667
. Any ideas are welcome.