Styling <hr> with CSS

admin

Administrator
Staff member
Quick and simple ways to style your <hr> tags using css.

Code:
hr {
  border: 0;
  width: 80%;
}