<!DOCTYPE html>
<p>There should be one hotpink and one blue square below.</p>
<div style="float:left; margin-left:50px; margin-top:70px; width:20px; height:20px; background:blue;"></div>
<div style="float:left; margin-left:-5px; margin-top:0px; width:20px; height:20px; background:hotpink;"></div>