OLD | NEW |
1 <head> | 1 <head> |
2 <style> | 2 <style> |
3 div { border: 1px solid; padding: 0 8px; margin: 8px 0; } | 3 div { border: 1px solid; padding: 0 8px; margin: 8px 0; } |
4 span.ahem { font-family: 'Ahem'; } | 4 span.ahem { font-family: 'Ahem'; } |
5 span.courier { font-family: 'Courier', 'Courier New'; } | 5 span.courier { font-family: 'Courier', 'Courier New'; } |
| 6 p { height: 30px; } |
6 </style> | 7 </style> |
7 </head> | 8 </head> |
8 <body> | 9 <body> |
9 <p> | 10 <p> |
10 Each box should contain two identical lines | 11 Each box should contain two identical lines |
11 </p> | 12 </p> |
12 | 13 |
13 <div> | 14 <div> |
14 <p> | 15 <p> |
15 <span class="ahem">A</span>BCDEFGHIJKLMNOPQRSTUVWXYZ | 16 <span class="ahem">A</span>BCDEFGHIJKLMNOPQRSTUVWXYZ |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 | 58 |
58 <div> | 59 <div> |
59 <p> | 60 <p> |
60 <span class="courier">'''</span> | 61 <span class="courier">'''</span> |
61 </p> | 62 </p> |
62 <p> | 63 <p> |
63 <span class="courier">'''</span> | 64 <span class="courier">'''</span> |
64 </p> | 65 </p> |
65 </div> | 66 </div> |
66 </body> | 67 </body> |
OLD | NEW |