14 lines
315 B
HTML
14 lines
315 B
HTML
<!DOCTYPE html>
|
|
<title>Trimmed 3-line Reference</title>
|
|
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css" />
|
|
|
|
<style>
|
|
.div-parent {
|
|
outline: 1px solid orange;
|
|
font: 20px/1 Ahem;
|
|
}
|
|
</style>
|
|
|
|
<div class="div-parent">
|
|
<div><br>Testline1<br><br><br>Testline2<br><br><br>Testline3<br><br></div>
|
|
</div>
|