Skip to content

Instantly share code, notes, and snippets.

@rrguntaka
Created August 27, 2012 18:17
Show Gist options
  • Save rrguntaka/3491028 to your computer and use it in GitHub Desktop.
Save rrguntaka/3491028 to your computer and use it in GitHub Desktop.
Layered Box with Shadow CSS3
<html>
<head>
<title></title>
<style>
#example1 {
box-shadow: 5px 5px 15px 3px #999;
width: 200px;
padding: 2px 10px;
background-color: #F1F1F1;
}
</style>
</head>
<body>
<pre id="example1">
public static void main(){
public void test1(){
anotherFunc();
}
}
</pre>
<!-- reference: http://www.css3.info/preview/box-shadow/ -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment