How to change the color of a hr element in HTML?

I need to change the color of a <hr/> element. Is this possible?

Comments

  • Style the border of hr as follows

    hr{
        border-top:1px #ff0000 solid;
    }
    
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion