I'm trying to learn CSS. One thing I thought I'd do is format the color, font, font size and alignment for some of the headings. It worked fine but there's more space below the them than I'd like. Is there a way to have less space after a heading? Or is there something other than headings that I should use?
This is what I used for one of them
Thanks in advance
Boze
This is what I used for one of them
Code:
h1 { color:#0000CC; text-align:center; font-size:24px; font-family:"Comic Sans MS"}
Boze