Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
1 <html lang="en-US">
2 <head>
3 <title></title>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <meta http-equiv="Content-Style-Type" content="text/css">
6 <style type="text/css">
8 body { background: white; }
10 p.serif { font-family: serif; left: 20px; }
11 p.sans { font-family: sans-serif; left: 220px; }
13 p {
14 margin: 0;
15 position: absolute;
16 font-weight: bold;
17 font-size: 50px;
18 color: fuchsia;
19 }
21 span { color: blue; }
23 p.under { text-decoration: underline; top: 25px; }
24 p.over { text-decoration: overline; top: 125px; }
25 p.through { text-decoration: line-through; top: 225px; }
27 </style>
28 </head>
29 <body>
31 <p class="serif under"><span>Áp|/</span></p>
33 <p class="serif over"><span>Áp|/</span></p>
35 <p class="serif through"><span>Áp|/</span></p>
37 <p class="sans under"><span>Áp|/</span></p>
39 <p class="sans over"><span>Áp|/</span></p>
41 <p class="sans through"><span>Áp|/</span></p>
43 </body>
44 </html>