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
   167   168   169   170   171   172   173   174   175   176   177