Skip to content

Instantly share code, notes, and snippets.

@sirbrad
Created April 18, 2012 09:31
Show Gist options
  • Save sirbrad/2412357 to your computer and use it in GitHub Desktop.
Save sirbrad/2412357 to your computer and use it in GitHub Desktop.
Untitled
.face {
border:1px solid #ccc;
display:block;
height:1.3em;
text-align:center;
width:1.3em;
border-radius:.8em
}
.face:before,
.face:after {
display:block;
line-height:0.5em;
letter-spacing:-1em;
transform:rotate(90deg);
}
.face:before {
content:':';
}
.face:after {
content:')';
}
<span class="face"></span>
{"view":"split","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