Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>CSS Overflow: appending to a box with -webkit-line-clamp</title>
<style>
div {
font-family: Monospace;
font-size: 20px;
}
</style>
<body>
<div>first line<br>second line&#x2026;</div>
</body>