blob: 8a805980b2ed896a73dc888212bd491e83b28734 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
border: 1px solid black;
padding: 4px;
background-color: yellow;
}
</style>
<p>The ellipsis should appear right after the end of the first line.</p>
<div class="clamp">Some text here…</div>