Skip to content

Instantly share code, notes, and snippets.

@dumindu
Created April 13, 2014 04:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dumindu/10569250 to your computer and use it in GitHub Desktop.
Save dumindu/10569250 to your computer and use it in GitHub Desktop.
/* Glass effect */
.box {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
border-radius: 3px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
display: block;
margin: 10px 5px;
padding: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment