Skip to content

Instantly share code, notes, and snippets.

@innovationhero
Created July 12, 2012 18:19
Show Gist options
  • Save innovationhero/3099887 to your computer and use it in GitHub Desktop.
Save innovationhero/3099887 to your computer and use it in GitHub Desktop.
Untitled
box-shadow: 3px 3px 10px 5px #000;
body:before
{
content: "";
position: fixed;
top: -10px;
left: 0;
width: 100%;
height: 10px;
z-index: 100;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
#box
{
position: relative;
width: 60%;
background: #ddd;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 2em 1.5em;
color: rgba(0,0,0, .8);
text-shadow: 0 1px 0 #fff;
line-height: 1.5;
margin: 60px auto;
}
#box:before, #box:after
{
z-index: -1;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: rgba(0, 0, 0, 0.7);
-webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.7);
-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
#box:after
{
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 10px;
left: auto;
}
<div id="box">
<h4>Slick effects with CSS3 box-shadow</h1>
<p>Note the top shadow applied to the <code>body</code> and also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the also the drop shadow added to this box.</p></div>
{"view":"separate","fontsize":"150","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment