blob: af8f3df4ba615d6033e5eee9d369ee9be037e25c [file] [edit]
<style>
div {
border: 1px solid blue;
width: 100px;
height: 100px;
}
.float_box {
float: left;
border: none;
width: 20px;
}
</style>
<span>
span<br>start
<div>
<div class=float_box style="background-color: green; height: 140px;"></div>
</div>
span<br>end
</span>