Created
May 4, 2012 04:50
-
-
Save nc/2592103 to your computer and use it in GitHub Desktop.
The first commented line is your dabblet’s title
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
/** | |
* 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; | |
} | |
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
<a class="fb-login"><span class="logo"></span><span class="bold">Connect</span> with <span class="bold">facebook</span></a> |
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
{"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