Skip to content

Instantly share code, notes, and snippets.

@shidhincr
Created December 16, 2011 05:33
Show Gist options
  • Save shidhincr/1484643 to your computer and use it in GitHub Desktop.
Save shidhincr/1484643 to your computer and use it in GitHub Desktop.
Untitled
body{
background-color:#fff;
}
.shidhin {
background-color:#fff;
color:#789;
width:100px;
height:30px;
margin:100px 100px;
padding:10px;
border-radius:10px;
border:1px solid #ccc;
box-shadow:0 1px 25px violet,0 2px 30px indigo,0 3px 35px blue,0 4px 40px green,0 5px 45px yellow,0 6px 50px orange,0 7px 55px red;
}
<!-- content to be placed inside <body>…</body> -->
<div class="shidhin">
This is a test
</div>
{"page":"css","view":"split"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment