Created
January 29, 2013 16:37
-
-
Save Mysteryguye/4665627 to your computer and use it in GitHub Desktop.
Tight schedule lately, so I made a few basic classes. Best I can do, lots of things packed into my week, so rush job. Hope it is decent :)
This file contains hidden or 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
| .opaque { | |
| opacity: .5 | |
| } | |
| .greenish { | |
| background: green; | |
| } | |
| .huge | |
| width: 120px; | |
| height: 120px; | |
| border-radius: 120px; | |
| .shadow { | |
| -moz-box-shadow: 3px 3px 5px 6px #ccc; | |
| -webkit-box-shadow: 3px 3px 5px 6px #ccc; | |
| box-shadow: 3px 3px 5px 6px #ccc; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment