blob: 14273236a7ff3d786151e7531a177a3f027cb531 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#image-shape {
float: left;
width: 50px;
height: 100px;
}
#content {
font: 50px/1 Ahem, sans-serif;
width: 600px;
color: green;
}
</style>
<div id="content">
<div id="image-shape"></div>
X<br>X<br>X
</div>
</body>
</html>