HR Stylee

by sanford

HTML

<div>scratch<hr></div>
<div>scratch<hr></div>

CSS

hr {
    margin-left: 4px;
    height: 1px;
    background-color: gray;
    border: none;
    display:inline-block;
    vertical-align: top;
   width: 300px;
}