blob: 24a54032cdcad5efb1ef1b1d18d748a1043059f0 [file] [edit]
<style>
.container {
writing-mode: vertical-rl;
}
.container > div {
display: inline-block;
width: 100px;
height: 50px;
background-color: green;
}
</style>
</head>
<div class=container>
<div></div><div><div></div></div>
</div>