magnetica
01-13-2008, 03:19 PM
Hi
I would like to ask if I'm doing anything wrong here? I am trying to set the body's font-size to 62.5% as this will then make scaling easier to work with.
Here's my basic CSS code, which for some reason the H1(1em) is still showing as 16px, any ideas why the body's font-size isn't working?
body {
font-size: 62.5%;
}
h1{
font-size: 1em;
}
I would like to ask if I'm doing anything wrong here? I am trying to set the body's font-size to 62.5% as this will then make scaling easier to work with.
Here's my basic CSS code, which for some reason the H1(1em) is still showing as 16px, any ideas why the body's font-size isn't working?
body {
font-size: 62.5%;
}
h1{
font-size: 1em;
}