Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-overflow
/
line-clamp
/
reference
/
line-clamp-010-ref.html
blob: 46ca731c5446db88ba4e5fc8a3d6b8b43c4fc056 [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<meta
charset
=
"utf-8"
>
<title>
CSS Reference
</title>
<style>
.
clamp
{
font
:
16px
/
32px
serif
;
white-space
:
pre
;
height
:
4lh
;
padding
:
0
4px
;
background-color
:
yellow
;
}
</style>
<div
class
=
"clamp"
>
Line 1
Line 2…
</div>