blob: f4235f0a1060317d30daa39a836010e2bb9a25f8 [file] [log] [blame]
<!DOCTYPE html>
<style>
html {
-webkit-writing-mode: vertical-rl;
}
.columns {
-webkit-columns: 2;
-webkit-column-gap: 0;
column-fill: auto;
border: 2px solid black;
width: 400px;
line-height: 20px;
orphans: 1;
widows: 1;
}
.big {
font-size: 128px;
line-height: 154px;
}
.left { float: left; }
</style>
<div class="columns">
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
<p>
<span class="big left">T</span>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
his is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
This is some text.<br>
</p>
</div>