blob: 4e5d0d31b6f679b184285ae1767d311862a45acd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
<!DOCTYPE html>
<style>
div {
-webkit-columns: 2;
-webkit-column-gap: 0;
line-height: 20px;
height: 200px;
}
</style>
<div>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
This content should be split into two columns.<br>
</div>
|