blob: e41911161e5f336f2a7c2efc781189ac33b149c2 [file] [log] [blame]
<style>
div.test {
width: 100px;
height: 100px;
-webkit-writing-mode: vertical-lr;
-webkit-columns: 2;
-webkit-column-rule: 50 solid orange;
-webkit-column-gap: 50px;
-webkit-column-fill: auto;
columns: 2;
column-rule: 50 solid orange;
column-gap: 50px;
column-fill: auto;
}
div.test div { width: 200px; }
</style>
<div class="test" style="border-block-start: 50px solid blue;"><div></div></div>
<div class="test" style="border-block-end: 50px solid blue;"><div></div></div>