blob: acb8d0e72fc2ad947921087f913c2cfa7b1603fd [file] [log] [blame] [edit]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
color: teal;
}
span {
color: purple;
font-weight: bold;
font-style: italic;
font-size: 1.5em;
border: 2px solid blue;
border-right: 0;
}
</style>
<div class="clamp">
Line 1<br>
Line 2<br>
<span>Line 3</span>
</div>