Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<link rel="stylesheet" type="text/css" href="/fonts/ahem.css">
<style>
div {
font: 15px Ahem;
width: 35ch;
margin: 1em;
}
.green {
color: green;
}
.blue {
color: blue;
}
</style>
<p>Both test blocks (green) should have the same layout as the reference (blue):</p>
<div class="green">The quickest brown fox<br>jumped over the lazy dog</div>
<div class="green">The quickest brown fox<br>jumped over the lazy dog</div>
<div class="blue">The quickest brown fox<br>jumped over the lazy dog</div>