Exercise 3: Responsive Web Design

The task in this exercise is to practice using the CSS layout techniques we’ve been looking at for the last few weeks

You should look at the CSS layouts below and attempt to build each one using as many different layout techniques as possible. You can use floats, flexbox, CSS-Grid, absolute/relative positioning, whatever methods you like. You should try to minimise the amount of CSS code required.

Layout 1

Layout 1

Layout 2

Layout 2

Layout 3

Layout 3

Previous: Flexbox and Grid