Skip to content

Instantly share code, notes, and snippets.

@gr4y
Created February 1, 2012 09:57
Show Gist options
  • Select an option

  • Save gr4y/1716287 to your computer and use it in GitHub Desktop.

Select an option

Save gr4y/1716287 to your computer and use it in GitHub Desktop.
do it a little shadowy. experimental stuffz.
/**
* do it a little shadowy. experimental stuffz.
*/
div.with-shadow {
box-shadow: 0 -2px 4px #999;
moz-box-shadow: 0px -2px 4px #999;
o-box-shadow: 0px -2px 4px #999;
webkit-box-shadow: 0px -2px 4px #999;
}
<div class="with-shadow">
lorem boxum dolar with shadow
</div>
{"view":"split-vertical","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment