12 lines
199 B
HTML
12 lines
199 B
HTML
<style>
|
|
:root {
|
|
column-width: 0px;
|
|
}
|
|
</style>
|
|
|
|
<ul>
|
|
<li style="column-span: all"></li>
|
|
</ul>
|
|
<div style="float:left"></div>
|
|
<div style="position:absolute"></div>
|
|
<div style="position:fixed"></div>
|