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 </style> | 6 </style> |
7 </head> | 7 </head> |
8 <body> | 8 <body> |
9 <p> | 9 <p> |
10 Each box should contain two identical lines | 10 Each box should contain two identical lines |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
47 </div> | 47 </div> |
48 | 48 |
49 <div> | 49 <div> |
50 <p> | 50 <p> |
51 ABCDEFGHIJKLMNO<span class="ahem">PQ<span class="courier">RSTU</span >VWX</span>YZ | 51 ABCDEFGHIJKLMNO<span class="ahem">PQ<span class="courier">RSTU</span >VWX</span>YZ |
52 </p> | 52 </p> |
53 <p> | 53 <p> |
54 ABCDEFGHIJKLMNO<span class="ahem">PQ<span class="courier">RSTU</span >VWX</span>YZ | 54 ABCDEFGHIJKLMNO<span class="ahem">PQ<span class="courier">RSTU</span >VWX</span>YZ |
55 </p> | 55 </p> |
56 </div> | 56 </div> |
57 | |
58 <div> | |
59 <p> | |
60 <span class="courier">'''<span class="courier"> | |
eae
2014/04/21 16:14:10
Did you mean to do
<span class="courier">'''</sp
Kunihiko Sakamoto
2014/04/22 01:02:00
Oops. Fixed.
| |
61 </p> | |
62 <p> | |
63 <span class="courier">'''<span class="courier"> | |
64 </p> | |
65 </div> | |
57 </body> | 66 </body> |
OLD | NEW |