blob: 0acbf0123847f54e41e1fd07c9fdaaf74d4b9af6 [file] [log] [blame]
<!DOCTYPE html>
<style>
.square { width:30px; height:30px; background:blue; }
</style>
<p>There should be 2 squares below, and they should not be overlapping.</p>
<div class="square" style="float:left; margin-left:20px; margin-right:50px; margin-top:260px;"></div>
<div class="square" style="float:left; margin-left:35px; margin-top:15px;"></div>