Skip to content

Instantly share code, notes, and snippets.

@yatil
Forked from anselmh/dabblet.css
Created January 14, 2012 13:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yatil/1611555 to your computer and use it in GitHub Desktop.
Save yatil/1611555 to your computer and use it in GitHub Desktop.
circled-font
/**
* circled-font
*/
/* currently it's an ellipse not a circle */
.iconstyle {
background: #000;
color: #B4E3FF;
border-radius: 50%;
padding: .6em;
margin: 0;
top: -.75em;
width: 2em;
font-family: 'Lobster', script, sans-serif;
text-transform: none;
height: 2em;
}
<!-- content to be placed inside <body>…</body> -->
<small class="iconstyle">with</small>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment