Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mehedicsit/8dabfb2631be43dd93ce to your computer and use it in GitHub Desktop.

Select an option

Save mehedicsit/8dabfb2631be43dd93ce to your computer and use it in GitHub Desktop.
how to create outside circle of a font-awesome icon
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