Created
March 12, 2015 05:25
-
-
Save mehedicsit/8dabfb2631be43dd93ce to your computer and use it in GitHub Desktop.
how to create outside circle of a font-awesome icon
This file contains hidden or 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
| i.fa { | |
| display: inline-block; | |
| -moz-border-radius: 60px; | |
| -webkit-border-radius: 60px; | |
| border-radius: 60px; | |
| -moz-box-shadow: 0px 0px 4px #94908f; | |
| -webkit-box-shadow: 0px 0px 4px #94908f; | |
| box-shadow: 0 0 4px #94908f; | |
| display: inline-block; | |
| margin-right: 6px; | |
| padding: 6px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment