Floats
Instructions:
Keep the width and background color of the columns from above.
Using the display property, turn these three content boxes into columns similar to the three column layout above.
Display the container as a table and the three columns as table cells.
Target the header specific to this section and color the background #ddd.
Make the layout responsive.
When the screen goes below 600 pixels engage media queries: @media screen and (max-width: 600px)
Target the columns and their container. Set display to block.
When that didn't work as expected I had to add some persuasion. !important does the trick.
Right column