Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
height: 0.5lh;
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>