flamingsquirrel

Styling an hr

I have always had problems with the <hr/> and getting it to look equally spacedbut this seems to work well across all browsers.

hr{
color:#76a2d7;
background-color:#76a2d7;
height:1px;
border:none;
margin:0 0 10px 0;
}

Leave a Reply