Created
April 13, 2014 04:30
-
-
Save dumindu/10569250 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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