Quote:
Originally Posted by JSWolf
um...
Code:
p {font-size: 1em}
h1 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .67em}
|
I do believe you are pushing your preferences (again), and perhaps don't understand what "eg" means. It means "for example"...(and for my Latin Teacher wife: It is short for the Latin exempli gratia, “for the sake of example.”) I was giving an example of how to set CSS using relative sizes in EMs, not telling people how they should style their books.
Quote:
Originally Posted by JSWolf
h1 is 2em by default. 200% would be 4em.
|
As RbnJrg mentioned, is not correct. h1 might have a 2em default value, but when you specify a value in css then it over-rules any default value - it does not multiply the default value.