blob: ae0e21ec5e41b1d7e6469e3291fe1e7f4223e3a4 [file]
<style>
.container {
font-size: 10px;
font-family: Ahem;
color: green;
}
span {
font-size: 50px;
}
.narrowfloat {
background-color: blue;
float: left;
width: 10px;
height: 30px;
}
.widefloat {
background-color: blue;
float: left;
clear: left;
width: 50px;
height: 20px;
}
</style>
<div class="container"><div class="narrowfloat"></div><div class="widefloat"></div><span>X</span></div>