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