Hi all,
we are setting up our html5 output for responsive help, so let me asking a confusing rooky question:
I´ve change the font-size from px to rem (html root to 100% and the other classes to the right rem value. So far so good.
But what´s with the other pixel entries like margin, padding and border values. Is it a good idea to change these values to rem as well?
I´ve no idea WHERE I´ve to set the "start" rem value, e.g. for the font size I´ve set it to 100% in the html block at the beginning of my css, but where I´ve to define the start behaviour of the other values?
Thx