Posted by jojo on 07/29/06 14:52
TC wrote:
>> h1 {font-size:120%}
>> h2 {font-size:130%}
>
> Hmm, what size will the h7's be? :-)
No size at all... <h7> does not exist... <h6> is the last...
But it would be better anyway to make it the way round... make each <hX>
*smaller* than the one before...
h1 {font-size: 3em}
h2 {font-size: 2.7em}
h3 {font-size: 2.3em}
h4 {font-size: 2em}
..
..
..
A bit more logic if subtitles are smaller than the titles...
Navigation:
[Reply to this message]
|