<p>RTL Paragraph</p>
<p dir="ltr">LTR Paragraph</p>
body {
direction: rtl;
}
p:dir(rtl) {
background: red;
}
p:dir(ltr) {
background: blue;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.