blob: f8253099c399387b15a2f63a6c1beabd7a707787 [file] [log] [blame]
<!DOCTYPE html>
<style>
html { border: solid blue; }
.float { float: left; height: 350px; border: solid orange; }
</style>
<div class="float"></div>