Skip to content

Instantly share code, notes, and snippets.

@RB-Lab
RB-Lab / niceCSSdivider
Created May 16, 2014 15:07
css divider like ---------- ⌘ ----------- from <hr/> tag
hr{
margin: 1em 7em;
background: #333;
height: 1px;
border: none;
position: relative;
}
hr:before{
content: "\2318"; /* ⌘ */
position: absolute;