How do I style hr?
Thanks
hr { height: 12px; background-color: red; border: 2px dotted; }
Easiest way is to experiment. Some properties will not work, such as color.
color