CSS Style Sheets

Hate the line underneath your H-tags?!
Add this to your style sheet!
h1,h2,h3,h4,h5,h6{
margin-bottom: 0px;
padding-bottom: 0px;}
Took me forever to find this easy little snipit of code. Thank you CSS!
Add this to your style sheet!
h1,h2,h3,h4,h5,h6{
margin-bottom: 0px;
padding-bottom: 0px;}
Took me forever to find this easy little snipit of code. Thank you CSS!
