joshuagatcke / HTML-KickStart

Ultra–Lean HTML Building Blocks for Rapid Website Production
http://www.99lime.com
MIT License
1.22k stars 244 forks source link

Add grid .offset classes #69

Closed groteworld closed 8 months ago

groteworld commented 9 years ago

These allow you to easily add blankspace to a grid so you don't have to add empty columns when wanting add separation between two columns.

Usage:

<div class="col_4">this is column size 4</div><div class="col_4 offset_4">this is column size 4. Total columns used is 12</div>
groteworld commented 8 months ago

I hope this commit finds a developer forced to love an existing piece of software well, especially those who watch older software rage against the dying of the light. Remember, we are all working to improve the world, 1 regression at a time. I hope bugs find you quick and painlessly.