rem
values makes it easier to scale a
site via media queries since rem
is based on the
root font size.
There are other alternatives
to
consider
though.
margin-left: 1rem
over margin: 0 0 0 1rem
. It also erases the chance of
getting unnecessarily overwritten later.