Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
display: -webkit-box;
-webkit-box-orient: vertical;
font: 16px / 32px monospace;
white-space: pre;
background-color: yellow;
border: none;
overflow: hidden;
}
</style>
<div class="clamp"><div>Line 1
Line 2
Line 3…</div></div>
<p>Following content.</p>