Morten Stenshorne | c97ad9b | 2019-01-30 07:58:23 | [diff] [blame] | 1 | <!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> |