Skip to content

Instantly share code, notes, and snippets.

@evitolins
Last active August 29, 2015 13:56
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 evitolins/8965287 to your computer and use it in GitHub Desktop.
Save evitolins/8965287 to your computer and use it in GitHub Desktop.
FontAwesome Layer Icon Hack using stacked approach. http://jsbin.com/pikeb/2/edit?html,output
<span class="fa-stack fa-rotate-90" style='font-size:40px'>
<i class="fa fa-square fa-stack-1x" style="top: 0; left: 0;"></i>
<i class="fa fa-square fa-stack-1x" style="top: .1em;left: .1em;color:#fff;"></i>
<i class="fa fa-square fa-stack-1x" style="top: .2em;left: .2em;"></i>
<i class="fa fa-square fa-stack-1x" style="top: .3em;left: .3em;color:#fff;"></i>
<i class="fa fa-square fa-stack-1x" style="top: .4em;left: .4em;"></i>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment