Writing Mode

Set whether lines of text are laid out horizontally or vertically.

Widely available

This feature is well established and works across many devices and browser versions.

Chrome
Edge
Firefox
Safari

Usage

Horizontal Top to Bottom

Initial value

Sphinx of black quartz, judge my vow.

<div class="c-slate fs-md wm-htb">
<p>Sphinx of black quartz, judge my vow.</p>
</div>

Vertical Right to Left

Sphinx of black quartz, judge my vow.

<div class="h-32 c-slate fs-md wm-vrl">
<p>Sphinx of black quartz, judge my vow.</p>
</div>

Vertical Left to Right

Sphinx of black quartz, judge my vow.

<div class="h-32 c-slate fs-md wm-vlr">
<p>Sphinx of black quartz, judge my vow.</p>
</div>

Sideways Right to Left

Sphinx of black quartz, judge my vow.

<div class="h-32 c-slate fs-md wm-srl">
<p>Sphinx of black quartz, judge my vow.</p>
</div>

Sideways Left to Right

Sphinx of black quartz, judge my vow.

<div class="h-32 c-slate fs-md wm-slr">
<p>Sphinx of black quartz, judge my vow.</p>
</div>

Responsiveness

Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.

Target viewport sizes with breakpoint prefixes.

sm:wm-*
Small640px
md:wm-*
Medium768px
lg:wm-*
Large1024px
xxl:wm-*
Extra Large1536px

Hover State

Apply styles conditionally on hover using the h: prefix.

Add the h: prefix to apply styles only when the user hovers over the element.

Syntax:h:wm-*