Skip to content

Instantly share code, notes, and snippets.

@ImBobby
Created June 15, 2013 06:01
Show Gist options
  • Save ImBobby/5787101 to your computer and use it in GitHub Desktop.
Save ImBobby/5787101 to your computer and use it in GitHub Desktop.
Untitled
.box{
width: 400px;
height: 200px;
background: darkblue;
margin: 4em auto 0;
}
.shadow{
box-shadow: 0 0 4px 5px rgba(0,0,0,.8);
}
.lt-ie9 .shadow{
border: solid 3px rgba(0,0,0,.8);
}
<div class="box shadow"></div>
// alert('Hello world!');
{"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