hr { color: #18a3bb; background: #18a3bb; }
- Class or element
- hr
- Legacy Tiki style
hr {
color: #18a3bb;
background: #18a3bb;
}- Bootstrap-compliant style
hr {
border-top: 2px solid #18a3bb;
}- Relevant Bootstrap .less file
- Demo of style at getbootstrap.com
- Notes