Skip to content

Instantly share code, notes, and snippets.

@barbazul
Created November 9, 2012 20:25
Show Gist options
  • Save barbazul/4048008 to your computer and use it in GitHub Desktop.
Save barbazul/4048008 to your computer and use it in GitHub Desktop.
Playing with shadows
/**
* 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;
}
<div>
TEXTO
</div>
{"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