| OLD | NEW |
| 1 <!doctype html> | 1 <!doctype html> |
| 2 <head> | 2 <head> |
| 3 <style> | 3 <style> |
| 4 body { overflow: hidden; } | 4 body { overflow: hidden; } |
| 5 div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em
0 } | 5 div { border:5px solid maroon; -webkit-column-count:2; width:750px; margin: 1em
0 } |
| 6 h2 { -webkit-column-span: all; background-color:#eeeeee } | 6 h2 { -webkit-column-span: all; background-color:#eeeeee } |
| 7 </style> | 7 </style> |
| 8 </head> | 8 </head> |
| 9 <body> | 9 <body> |
| 10 | 10 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 | 21 |
| 22 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla varius enim ac m
i. | 22 Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nulla varius enim ac m
i. |
| 23 </div> | 23 </div> |
| 24 <script> | 24 <script> |
| 25 document.body.offsetLeft; | 25 document.body.offsetLeft; |
| 26 document.getElementById('one').style.zoom = "110%"; | 26 document.getElementById('one').style.zoom = "110%"; |
| 27 </script> | 27 </script> |
| 28 | 28 |
| 29 </body> | 29 </body> |
| 30 </html> | 30 </html> |
| OLD | NEW |