mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
36 lines
606 B
HTML
36 lines
606 B
HTML
<!DOCTYPE html>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>CSS Reference File</title>
|
|
|
|
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
|
<link rel="stylesheet" href="/fonts/ahem.css">
|
|
|
|
<style>
|
|
div
|
|
{
|
|
font-family: Ahem;
|
|
font-size: 60px;
|
|
line-height: 1;
|
|
}
|
|
|
|
div.annotation
|
|
{
|
|
font-size: 30px;
|
|
margin-top: 60px;
|
|
text-indent: 15px;
|
|
}
|
|
</style>
|
|
|
|
<div class="annotation">A</div>
|
|
|
|
<div>W Z</div>
|
|
|
|
<div class="annotation">A</div>
|
|
|
|
<div>W Z</div>
|
|
|
|
<div class="annotation">A</div>
|
|
|
|
<div>W Z</div>
|