Skip to content

Instantly share code, notes, and snippets.

@LegoStormtroopr
Created August 16, 2014 00:40
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 LegoStormtroopr/4dab9ec0868ebae6a9b4 to your computer and use it in GitHub Desktop.
Save LegoStormtroopr/4dab9ec0868ebae6a9b4 to your computer and use it in GitHub Desktop.
Font-awesome login badge
<span class="face">
<i class="fg fa fa-user"></i>
</span>
.face {
display:block;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
margin: auto;
width: 96px;
height: 96px;
background-color:powderblue;
overflow:hidden;
text-align:center;
}
.face .fg {
font-size:650%;
position:relative;
top:15px;
color:royalblue;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment