Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="UTF-8">
<style>
.clamp {
line-clamp: 2;
white-space: pre;
}
.relpos {
position: relative;
}
</style>
<div class="clamp">Line 1
Line 2 <span class="relpos">
Line 3</span></div>