I have two headers that I would like to list (one on top of the other) but the space between them is very large. I have tried changing the margins to zero on my <h1> and <h2> but with no success. A funny side note: when I change the margin in my <h1> it would not let me change the font size.
But I digress. Is there a way to change the spacing between the headers? Or should I just invent two new <p> classes?it works well for me
h3, h4 {margin:0; text-align:center}
<h3>Header 3</h3>
<h4>Header 4</h4>
But I digress. Is there a way to change the spacing between the headers? Or should I just invent two new <p> classes?it works well for me
h3, h4 {margin:0; text-align:center}
<h3>Header 3</h3>
<h4>Header 4</h4>