Bootstrap Lesson 2

a. Create an equal 4 column layout that is fluid

col1
col2
col3
col4

b. Create a 5 column auto layout

col1
col2
col3
col4
col5

c. Create a 3 column, uneven layout that is fluid

col1
col2
col3

d. Nest two columns inside of another column

col1
col2
col3
col4

e. Create a mix and match layout

A mix and match layout is when the sizes of the columns are different based on the size of the screen.
If this layout is viewed in a small browser, it will be 50%/50%, but if it is viewed in a large browser, it will be 75%/25%.