Skip to content

Instantly share code, notes, and snippets.

@Mysteryguye
Created January 29, 2013 16:37
Show Gist options
  • Select an option

  • Save Mysteryguye/4665627 to your computer and use it in GitHub Desktop.

Select an option

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 :)
.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