blob: 198f92d99845b92b2d6f90b4a0342cfb9c3812d4 [file] [log] [blame] [edit]
<!doctype html>
<meta charset="utf-8">
<title>CSS Test Reference</title>
<style>
.clamp {
display: flex;
font: 16px / 32px serif;
white-space: pre;
background-color: yellow;
padding: 0 4px;
justify-content: center;
}
</style>
<div class="clamp">Line 1
Line 2
Line 3
Line 4
Line 5</div>