How to set the value to my margin property when I want to responsive it? I mean, if I want to set value to width, for example to 50%
So what if I want to set with margin? I have to set it in em
is it right?
or font size: em
because pixel is a absolute unit but em is a relative unit, is that right?