blob: 27a2e7b2bc07ba80f6bfda6b6b10f2c417b27bbb [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
height: 0;
font: 16px / 32px serif;
white-space: pre;
background-color: yellow;
border: 1px solid black;
padding: 4px;
}
</style>
<div class="clamp">Line 1…</div>
<p>Following content.</p>