UI Design

TIY Austin
May 2015

Day 11 : Feb 9, 2015 Assignment

Grid-based CodePen

Description

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.

Objectives

Learning Objectives

Upon completion of this assignment, you should:

Performance Objectives

After completing this assignment, you be able to effectively

Details

Deliverables

Requirements

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.