Styling a Horzontal Rule
<hr/> Styling a Horizontal Rule
hr {
color: white;
background-color: white;
height: 2px;
border-bottom: 1px solid white;
border-left: 1px solid white;
border-right: 1px solid white;
border-top: 1px dashed #FF0000;
margin:30px 0;
}