Skip to content

Instantly share code, notes, and snippets.

@nc
Created May 4, 2012 04:50
Show Gist options
  • Save nc/2592103 to your computer and use it in GitHub Desktop.
Save nc/2592103 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
.fb-login {
font-family: "Helvetica Neue";
background: -webkit-linear-gradient(#6F8ECB,#5973AB);
padding: 1rem 2rem;
box-shadow: inset 0px 1px 3px rgba(255,255,255,0.25), inset 0px -1px 1px rgba(255,255,255,0.25);
color: white;
border: 1px solid #4D69A4;
border-radius: 8px;
font-size: 2.5rem;
margin: 20px;
position: absolute;
text-shadow: 0px -2px 2px rgba(0,0,0,0.75);
}
.fb-login span.logo {
}
.fb-login span.bold {
font-weight: bold;
}
<a class="fb-login"><span class="logo"></span><span class="bold">Connect</span> with <span class="bold">facebook</span></a>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment