Skip to content

Instantly share code, notes, and snippets.

@brandonaaron
Forked from burin/css_ordering_template.css
Created February 4, 2010 16:46
Show Gist options
  • Save brandonaaron/294847 to your computer and use it in GitHub Desktop.
Save brandonaaron/294847 to your computer and use it in GitHub Desktop.
.selector {
/* styles that change how the element acts/positons */
position: relative; top: 0; left: 0; display: block; float: left; z-index: 1; overflow: hidden;
/* styles that change its dimensions */
margin: 0; border: 1px solid #000; padding: 0; width: 0; height: 0;
/* sstyles that change its appearance */
background: #777 url(/images/image.png) 0 0 no-repeat; color: #000;
/* text/font/etc styles */
text-align: left; text-indent: 0; text-transform: uppercase; line-height: 1em; font-weight: bold; font-variant: italic;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment