<div class='text'>hello, world</div>
<div class='text' dir="rtl">hello, world</div>
.text {
font-size: 36px;
padding-inline-start: 2em;
border: 2px dashed #f38181;
}
.text + .text {
margin-top: 12px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.