Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<p>There should only be green below, and no red.</p>
<div style="height: 10px"></div>
<div style="display:flow-root; width:630px;">
<div style="float:left; margin-left:174px; width:70px;">
<div style="width:10px; height:10px; background:green;"></div>
<div style="margin-top:6px; width:10px; height:10px; background:green;"></div>
<div style="margin-top:56px; width:20px; height:18px; background:green;"></div>
</div>
<div style="float:left; width:90px;">
<div style="margin-top:16px; width:20px; height:84px; background:green;"></div>
</div>
<div style="float:left; width:80px;">
<div style="width:20px; height:48px; margin-bottom:42px; background:green;"></div>
<div style="margin-left:10px; width:10px; height:10px; background:green;"></div>
</div>
<div style="float:left; width:10px; height:10px; margin-top:38px; background:green;"></div>
</div>