How do you change the color of Horizontal Rules in CSS?
i just want to know how to change the colors of hr's in CSS
Hello Bump_on_a_Log
The code for changing color to a hr is pretty easy just type
and yes you need both background and color
/Unzoomed
The code for changing color to a hr is pretty easy just type
| Code: |
|
hr { color: #FF0000; background-color: #FF0000; } |
and yes you need both background and color
/Unzoomed
Thanks for the info, Ill try it.
