22 lines
514 B
HTML
22 lines
514 B
HTML
<!DOCTYPE html>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title>CSS test reference</title>
|
|
|
|
<link rel="author" title="Gérard Talbot" href="http://www.gtalbot.org/BrowserBugsSection/css21testsuite/">
|
|
<link rel="stylesheet" href="/fonts/ahem.css">
|
|
|
|
<style>
|
|
div
|
|
{
|
|
color: green;
|
|
font-size: 30px;
|
|
font-family: Ahem;
|
|
line-height: 1.5;
|
|
}
|
|
</style>
|
|
|
|
<p>Test passes if there are 2 green stripes and if the top stripe is half the width of the bottom stripe.
|
|
|
|
<div>12345<br>1234567890</div>
|