mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-04 16:11:54 +00:00
5 lines
251 B
HTML
5 lines
251 B
HTML
<!DOCTYPE html>
|
|
<html dir="rtl">
|
|
<div style="display: flex; flex-direction: row"><div>aaa</div><div>bbb</div><div>ccc</div></div>
|
|
<div style="display: flex; flex-direction: row-reverse"><div>aaa</div><div>bbb</div><div>ccc</div></div>
|
|
</html>
|