Skip to content

Instantly share code, notes, and snippets.

@mastergizmo
Forked from anonymous/dabblet.css
Created December 27, 2011 13:20
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 mastergizmo/1523635 to your computer and use it in GitHub Desktop.
Save mastergizmo/1523635 to your computer and use it in GitHub Desktop.
Super Tool
/* Super Tool */
h1 {
width:300px;
margin:50px auto;
border-radius:10px;
color:#ddd;
box-shadow:0px 4px 0px #666,inset 0px 4px 0px #666,inset 2px 2px 8px #666, 4px 4px 10px #666;
border:4px solid #eee;
background-color:#999;
padding-top:8px;
padding-bottom:8px;
padding-left:14px;
font-size:40px;
text-shadow:0px 1px 0px #666,0px 2px 0px #666,0px 3px 0px #555555,3px 4px 3px #000;
}
<h1>CSS3, Box Shadow Test</h1>
{"view":"split","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment