blob: 75414741fdf567712d7679e69a13e48c6d812e67 [file] [log] [blame]
<!DOCTYPE html>
<p>There should be a hotpink square, centered inside a yellow rectangle.</p>
<div style="padding:10px; height:6em; margin-top:100px; width:18em; background:yellow;">
<div style="width:6em; height:6em; margin:auto; background:hotpink;"></div>
</div>