blob: fb3be0a26fd2ebed3ae5174bb6cd2ec548045849 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE html>
<html>
<body>
<div style="text-align: center">
<div style="text-align: start;">Left</div>
<div style="text-align: end;">Right</div>
</div>
<div style="text-align: center; direction: rtl">
<div style="text-align: start;">Right</div>
<div style="text-align: end;">Left</div>
</div>
</body>
</html>
|