Wednesday 6 March 2013

Using EMs for font size

Can you set

body
{
font-size: 62.5%
}

This means that we can use em’s

So 22px will be 2.2ems, 33px will be 3.3px, this is useful for responsive design.

No comments: