Skip to content

Instantly share code, notes, and snippets.

@fazlurr
Forked from LeaVerou/dabblet.css
Created June 22, 2014 14:29
Show Gist options
  • Select an option

  • Save fazlurr/7a2cfe12dd04379bee76 to your computer and use it in GitHub Desktop.

Select an option

Save fazlurr/7a2cfe12dd04379bee76 to your computer and use it in GitHub Desktop.
/**
* http://stackoverflow.com/questions/5460129/drop-shadow-only-bottom-css3/5474913
*/
html, body:hover { background: white }
body {
background: #3D668F;
height: 54px;
width: 84px;
box-shadow: 0 6px 4px -4px black;
}
<!-- content to be placed inside <body>…</body> -->
// alert('Hello world!');
{"view":"split-vertical","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