Skip to content

Instantly share code, notes, and snippets.

@hjortureh
Created October 24, 2012 20:14
Show Gist options
  • Save hjortureh/3948562 to your computer and use it in GitHub Desktop.
Save hjortureh/3948562 to your computer and use it in GitHub Desktop.
Responsive grid
.column {
width: 25%
float: left;
padding: 1em;
-x-box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment