Page 172 - CSS
P. 172
Codepen Link
Simple Two Fixed-Width Column Layout
A simple two-column layout consists of two fixed-width, floated elements. Note that the sidebar
and content area are not the same height in this example. This is one of the tricky parts with multi-
column layouts using floats, and requires workarounds to make multiple columns appear to be the
same height.
HTML:
https://riptutorial.com/ 150

