/ Published in: CSS
URL: http://kitmacallister.com/2011/02/08/fancy-horizontal-rules/
Full Credit to Kit McAllister. A pretty nice solution.
Expand |
Embed | Plain Text
hr { margin-top: 20px; border-top: 2px solid #444; } hr:before { display: block; position: relative; text-align: center; width: .8em; left: 50%; margin: -14px 0 0 -20px; content: "\272F"; font-size: 150%; padding: 0 5px; background: white; }
You need to login to post a comment.
