I need to change the color of a <hr/> element. Is this possible?
<hr/>
Style the border of hr as follows
hr{ border-top:1px #ff0000 solid; }
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Style the border of hr as follows