Skip to content

Instantly share code, notes, and snippets.

@INDIAN2020
Created February 6, 2013 12:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save INDIAN2020/4722243 to your computer and use it in GitHub Desktop.
Save INDIAN2020/4722243 to your computer and use it in GitHub Desktop.
box
.box{
width: 728px;
height: 90px;
padding: 5px;
display: inline-block;
-moz-box-shadow: 0 0 8px #8b3d92;
-webkit-box-shadow: 0 0 8px #8b3d92;
box-shadow: 0 0 8px #8b3d92;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment