blob: a4767b07615925aebd31343e81b772c8712e8756 [file] [log] [blame] [edit]
<!DOCTYPE html>
<style>
div {
width: 3em;
border: thin solid;
white-space: balance;
}
.float { float: left; }
</style>
<div class="float">2</div>
<div>3</div>