blob: 8d0aae80bf694ac30892a6db877884e09224e20b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<style>
div {
-moz-column-count: 3;
-moz-column-gap: 8px;
width: 300px;
}
</style>
<div>
<span>This is some content that is still shown within the columns.</span>
</div>
|