6 border:
3px solid black;
15 background-color: skyblue;
17 .left { float: left; }
18 .right { float: right; }
21 <p>There should be two blue floats in each of the three columns below, L's should float to the left,
22 and R's should float to the right.
</p>
23 <div class=
"multicol">
29 <div class=
"float left">L1
</div>
30 <div class=
"float right">R1
</div>
39 <div class=
"float left">L2
</div>
40 <div class=
"float right">R2
</div>
61 <div class=
"float left">L3
</div>
62 <div class=
"float right">R3
</div>