Header Spacing
Hi,
having some problems with header spacing. Entered the following code:
h2, h3, h4, h5 {
text-align: left;
margin-bottom: 0em;
margin-top: 2em;
}
If I alter the text-align (center, left, etc.), it changes my file
But the margins are unaffected whatever numbers I enter.
Am I doing something wrong!
Thanks
|