mirror of
https://github.com/servo/servo.git
synced 2025-06-26 18:14:34 +01:00
13 lines
307 B
HTML
13 lines
307 B
HTML
<!doctype html>
|
|
<meta charset="utf-8">
|
|
<title>CSS Reference</title>
|
|
<link rel="stylesheet" href="/fonts/ahem.css">
|
|
<style>
|
|
div {
|
|
background-color: green;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-family: Ahem;
|
|
}
|
|
</style>
|
|
<div><span>ABC</span><span style="visibility: hidden">…</span></div>
|