Created
January 14, 2012 13:48
-
-
Save anselmh/1611510 to your computer and use it in GitHub Desktop.
circled-font
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* circled-font | |
*/ | |
/* currently it's an ellipse not a circle */ | |
.iconstyle { | |
background: #000; | |
color: #B4E3FF; | |
border-radius: 50%; | |
padding: .6em; | |
margin: 0; | |
top: -.75em; | |
min-width: 2em; | |
font-family: 'Lobster', script, sans-serif; | |
text-transform: none; | |
height: auto; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- content to be placed inside <body>…</body> --> | |
<small class="iconstyle">with</small> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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