11 lines
184 B
HTML
11 lines
184 B
HTML
<!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>
|