blob: 8c73870b304784199c5676f944eb0e0510c5f50c [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#image-shape {
float: left;
}
#content {
font: 60px/1 Ahem, sans-serif;
color: green;
}
</style>
<p>The green squares should appear to the right of and below Abe's photo.</p>
<div id="content">
<img id="image-shape" src="resources/abe.png"/>
X<br>X<br>X
</div>
</body>
</html>