Skip to content

Instantly share code, notes, and snippets.

@LeaVerou
Created June 13, 2014 17:45
Show Gist options
  • Select an option

  • Save LeaVerou/a8f8ba527f5cff607327 to your computer and use it in GitHub Desktop.

Select an option

Save LeaVerou/a8f8ba527f5cff607327 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