It looks like I didn't save it after the screenshot, but it was something like the below:
<div style="float:left;background-color:red;width:150px;height:100px;"></div>
<div style="float:left;background-color:gray;width:150px;height:100px;"></div>
<div style="float:left;background-color:green;width:150px;height:100px;"></div>
That only works for one row, but if you do a "float:clear" (or something like that) you can start a new row.