OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style type="text/css" media="screen"> | 3 <style type="text/css" media="screen"> |
| 4 body { overflow: hidden; } |
4 table { | 5 table { |
5 border: 1px solid black; | 6 border: 1px solid black; |
6 display: block; | 7 display: block; |
7 margin: 10px; | 8 margin: 10px; |
8 } | 9 } |
9 | 10 |
10 .test tr, .test thead, .test tfoot { | 11 .test tr, .test thead, .test tfoot { |
11 display: table-cell; | 12 display: table-cell; |
12 } | 13 } |
13 | 14 |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 <tbody> | 68 <tbody> |
68 <tr><td>Cell 1</td><td>Cell 2</td></tr> | 69 <tr><td>Cell 1</td><td>Cell 2</td></tr> |
69 <tr><td>Cell 3</td><td>Cell 4</td></tr> | 70 <tr><td>Cell 3</td><td>Cell 4</td></tr> |
70 </tbody> | 71 </tbody> |
71 </table> | 72 </table> |
72 | 73 |
73 <p class="para"> | 74 <p class="para"> |
74 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tem
por incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis n
ostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Dui
s aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fug
iat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culp
a qui officia deserunt mollit anim id est laborum. | 75 Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tem
por incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis n
ostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Dui
s aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fug
iat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culp
a qui officia deserunt mollit anim id est laborum. |
75 </p> | 76 </p> |
76 </body> | 77 </body> |
77 </html> | 78 </html> |
OLD | NEW |