Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
color: teal;
}
.first-line {
color: purple;
font-weight: bold;
font-style: italic;
font-size: 1.5em;
}
</style>
<div class="clamp">
<span class="first-line">Line 1</span>…
</div>