Skip to content

Instantly share code, notes, and snippets.

@ab-5v
Created October 22, 2012 12:02
Show Gist options
  • Save ab-5v/3931220 to your computer and use it in GitHub Desktop.
Save ab-5v/3931220 to your computer and use it in GitHub Desktop.
Untitled
.icon {
display: block;
position: relative;
width: 6px;
height: 6px;
background-color: #FFF;
border: 2px solid black;
border-radius: 5px;
}
.icon::before {
content: '';
z-index: -1;
position: absolute;
top: 2px;
left: -4px;
width: 14px;
height: 2px;
background-color: #000;
}
.icon::after {
content: '';
z-index: -1;
position: absolute;
top: -4px;
left: 2px;
width: 2px;
height: 14px;
background-color: #000;
}
<span class="icon"></span>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment