(例)【CSS】directionの使用方法
See the Pen
direction by linlin (@linlin098765)
on CodePen.
<p style="direction: ltr;">アイウエオ</p>
<p style="direction: rtl;">アイウエオ</p>
【CSS】direction:テキストの方向を指定する
CSSのdirectionは、テキストの方法(左右)を指定するプロパティです。左方向の場合ltr、右方向の場合はrtlになります。