blob: d71b6f98e34989ded45864778b948f67e9b8bf69 [file]
<!DOCTYPE html>
<html dir="rtl">
<body>
<div class="box"></div>
<style>
body { text-align: left; }
.box { width: 100px; height: 100px; background: green; display: inline-block; }
</style>
</body>
</html>