OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style> | 3 <style> |
4 div { | 4 div { |
5 -webkit-columns: 2; | 5 -webkit-columns: 2; |
6 -moz-column-count: 2; | 6 -moz-column-count: 2; |
| 7 columns: 2; |
7 } | 8 } |
8 </style> | 9 </style> |
9 </head> | 10 </head> |
10 <body> | 11 <body> |
11 <div> | 12 <div> |
12 This content should be split into two columns. | 13 This content should be split into two columns. |
13 This content should be split into two columns. | 14 This content should be split into two columns. |
14 This content should be split into two columns. | 15 This content should be split into two columns. |
15 This content should be split into two columns. | 16 This content should be split into two columns. |
16 This content should be split into two columns. | 17 This content should be split into two columns. |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 This content should be split into two columns. | 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 </div> | 103 </div> |
103 </body> | 104 </body> |
104 </html> | 105 </html> |
OLD | NEW |