<section>
<span>1</span>
<span>2</span>
<span>3</span>
<span>4</span>
</section>
section {
writing-mode: vertical-lr;
direction: rtl;
> span {
border: 1px solid red;
}
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.