Day 11 : Feb 9, 2015 Assignment
Create a CodePen in which you create a grid system. Show you ability to use math, CSS theories of classes and box model to make a 12-column grid for future CSS projects.
Upon completion of this assignment, you should:
After completing this assignment, you be able to effectively
Create a CodePen that explores multi-column grid layouts for web design. There must be 12 columns, with a gutter of 20px in between them, in a container sized to 1140px. Give all columns a box-sizing
of border-box
and a padding of 5px each. Then, create the following column based combinations (which in total equal 12 columns):
Label each column with the number of columns it takes up
Bonus: Make the Grid SCSS friendly.