Byungjin
3
Q:

em

/*1em = 16*/
/*Best solution*/
body
/*THis will set the body font to default size which is commonly 16px*/
{
  font-size: 100%
}
/*Now you adjust element font-size according to the body*/
p
{
  font-size: .8em
}
2

New to Communities?

Join the community