Skip to content

Instantly share code, notes, and snippets.

@andershaig
Last active October 6, 2015 01:28
Show Gist options
  • Select an option

  • Save andershaig/2912177 to your computer and use it in GitHub Desktop.

Select an option

Save andershaig/2912177 to your computer and use it in GitHub Desktop.
Common CSS Snippets
/* selector { css: value; } */
.container { height: 800px; }
/* 3 Column Galleries to 4 Column */
.row .span4 {
width: 23.333333333333%;
*width: 23.28014184397129%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment