Skip to content

Instantly share code, notes, and snippets.

@vladocar
Created May 31, 2011 00:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladocar/999681 to your computer and use it in GitHub Desktop.
Save vladocar/999681 to your computer and use it in GitHub Desktop.
CSS Framework
/* w for width */
.w150, .w300, .w450, .w600, .w750, .w900 {float:left;}
.w150{width:150px}
.w300{width:300px}
.w450{width:450px}
.w600{width:600px}
.w750{width:750px}
.w900{width:900px}
.clear{clear:both;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment