| OLD | NEW |
| 1 <html> | 1 <html> |
| 2 <head> | 2 <head> |
| 3 <style> | 3 <style> |
| 4 body { overflow: hidden; } | 4 body { overflow: hidden; } |
| 5 div { | 5 div { |
| 6 -webkit-columns: 2; | 6 -webkit-columns: 2; |
| 7 -moz-column-count: 2; | 7 -moz-column-count: 2; |
| 8 } | 8 } |
| 9 </style> | 9 </style> |
| 10 </head> | 10 </head> |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 This content should be split into two columns. | 96 This content should be split into two columns. |
| 97 This content should be split into two columns. | 97 This content should be split into two columns. |
| 98 This content should be split into two columns. | 98 This content should be split into two columns. |
| 99 This content should be split into two columns. | 99 This content should be split into two columns. |
| 100 This content should be split into two columns. | 100 This content should be split into two columns. |
| 101 This content should be split into two columns. | 101 This content should be split into two columns. |
| 102 This content should be split into two columns. | 102 This content should be split into two columns. |
| 103 </div> | 103 </div> |
| 104 </body> | 104 </body> |
| 105 </html> | 105 </html> |
| OLD | NEW |