6 border:
3px solid black;
8 -webkit-column-count:
3;
13 background-color: skyblue;
15 .left { float: left; }
16 .right { float: right; }
19 <p>There should be two blue floats in each of the three columns below, L's should float to the left,
20 and R's should float to the right.
</p>
21 <div class=
"multicol">
26 <div class=
"float left">L1
</div>
27 <div class=
"float right">R1
</div>
35 <div class=
"float left">L2
</div>
36 <div class=
"float right">R2
</div>
56 <div class=
"float left">L3
</div>
57 <div class=
"float right">R3
</div>