blob: c95e346c9144ab13d6a16cd3a9cfd83f0366b19f [file] [log] [blame]
<!DOCTYPE html>
<style>
.container {
line-height: 100px;
font: 100px/1 Ahem;
}
.short {
float: left;
width: 50px;
height: 20px;
clear: left;
margin-bottom: 10px;
background-color: black;
}
</style>
<body>
<div class="container">
<div class="short"></div>
<div class="short"></div>
<div class="short"></div>
XXXX
</div>
</body>