Basic Styling
<div>
<hr align="left" style="border:none;height:2px;color:#FFF;background-color:#FFF;width:145px;"/>
</div>Full Styling
hr
{
width: 60%;
margin-left: auto;
margin-right: auto;
height: 4px;
background-color:#666;
border: 0 none;
/* border: 1px dashed #000; */
margin-top: 100px;
margin-bottom:100px;
opcaity: 0.5;
/*
background-image: url('img/test.png');
background-repeat: repeat-x;
background-position: center;
background-color: transparent;
*/
/* transform: rotate(10deg); */
/* vertical line:
transform: rotate(90deg); */
}