Quote:
Originally Posted by theducks
Margin: 0 is a shorthand for All margins (top,right,bottom,left) to the same value (in this case 0), otherwise, you may need to set either/and Margin-bottom and margin-top
|
I did not define h2 as it's own box(block), so outer styles are inherited.
Inserting display: block;into the style may settle things out.