yes that’s right. You need to make your html font-size
to 16px
as your base font-size and then use rem
with the rest. Rem
sizes the element relative only to html
while em
sizes relatively to its nearest parent.
yes that’s right. You need to make your html font-size
to 16px
as your base font-size and then use rem
with the rest. Rem
sizes the element relative only to html
while em
sizes relatively to its nearest parent.