
Eduardo T. answered 03/16/19
Self-Taught Web Developer (HTML/CSS, JavaScript)
Hi, Ashlee!
To change the color of your `hr` tag using CSS you can either use the `border` property or set a specific `height` value and use the `background-color` property. Like so:
Alternative #1
Alternative 2:
Remember that the `color` property sets the color of the element's text.