I am trying to style a <hr /> and I want to colorize it with red color, but it's not working !
This is my CSS code
hr {
color: red;
margin-top: 2em;
margin-bottom: 2em;
}
btw the margin-bottom worked!
I tried also to style it frim inspect Chrome and didn't work. and here it is my hr.

Color property is not affect hr tag.