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