Created
November 9, 2012 20:25
-
-
Save barbazul/4048008 to your computer and use it in GitHub Desktop.
Playing with shadows
This file contains 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
/** | |
* Playing with shadows | |
*/ | |
div { | |
border:1px solid #e1e1e1; | |
box-shadow: 0 2px 0 #FFF inset; | |
background: #0000FF; | |
min-height: 100%; | |
color: #f68d3f; | |
font-family: "Helvetica Neue", arial, sans-serif; | |
text-shadow: 1px 1px 1px white; | |
} |
This file contains 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
<div> | |
TEXTO | |
</div> |
This file contains 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":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment