Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
color: teal;
font-weight: bold;
font-style: italic;
}
</style>
<div class="clamp">
Line 1<br>
Line 2<br>
Line 3…
</div>