Quote:
Originally Posted by ProDigit
So, if you have absolutely nothing to add in a css, what would you say, would be the utter minimum that a css file should exist out of?
Can you leave a css fine empty (zero bytes)?
|
Because all the <Hn> tags are so similar in size (to me), I like to make H2 and H4 underlined in the CSS:
h2 {text-decoration:underline}
h4 {text-decoration:underline}
But that's just me. And the default <h4> is the same size as regular text. Which can be odd.