Changes

493 bytes added ,  15:13, 2 March 2023
no edit summary
Line 1: Line 1:  +
<div class="left">
 +
    <p>I have updated this example to show a great way of getting a two column layout.</p>
 +
</div>
 +
<div class="right">
 +
    <ul>
 +
        <li>The columns are in the right order semantically</li>
 +
        <li>You don't have to float both columns</li>
 +
        <li>You don't get any odd wrapping behaviour</li>
 +
        <li>The columns are fluid to the available page...</li>
 +
        <li>They don't have to be fluid to the available page - but any container!</li>
 +
    </ul>
 +
</div>
 +
 
.left {
 
.left {
 
     background-color: Red;
 
     background-color: Red;