blob: 76cd5fb7d22c8baf043dc379cc5486884d215df6 [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: flow-root;
font: 16px / 32px serif;
white-space: pre;
background-color: yellow;
margin: 4px;
}
.clamp div {
margin: 4px;
}
</style>
<div class="clamp"><div><div><div>Line 1
Line 2
Line 3
Line 4…</div></div></div></div>