Lab 17: CSS Layout

Main

Challenge

This lab is about styling HTML using different CSS layouts like float and flexbox.

Problems

I didn't want my header to be the same height/level as my other sections, but I couldn't figure out how to style it separately. I tried creating a second flex container just for the header, but it didn't seem to work. I just left it alone. Flexbox is really new and tricky...

Results

This is the flexbox version of Lab 17!