<!DOCTYPE html> | |
<html> | |
<body> | |
<div style="position: absolute; top: -4.5px; left: -4.5px; width: 50px; height: 50px; background: navy;"> </div> | |
<p style="position: absolute; top: 50px;"> | |
Figure above should appear as a solid dark blue square. | |
</p> | |
</body> | |
</html> |