Skip to content

Instantly share code, notes, and snippets.

@laurakalbag
Created December 18, 2012 16:58
Show Gist options
  • Save laurakalbag/4329713 to your computer and use it in GitHub Desktop.
Save laurakalbag/4329713 to your computer and use it in GitHub Desktop.
Example of non-semantic classes based on design patterns in CSS
.shadow-border {
border-bottom: 1px solid #a4a4a4;
-webkit-box-shadow: 0px 2px 5px 0px rgba(200, 200, 200, 0.6);
box-shadow: 0px 2px 5px 0px rgba(200, 200, 200, 0.6);
padding-bottom: 20px;
margin-bottom: 40px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment