mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
17 lines
312 B
HTML
17 lines
312 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
.clamp {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
width: 10ch;
|
|
font: 16px / 32px monospace;
|
|
background-color: yellow;
|
|
padding: 4px;
|
|
overflow: hidden;
|
|
}
|
|
</style>
|
|
<div class="clamp">
|
|
supercalifragilisticexpialidocious
|
|
supercali…
|
|
</div>
|