blob: d638370033aaace41eb76aaee49b335b30ac00c5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html><html><head>
</head>
<body onload="document.getElementById('q').style.direction = 'rtl';">
<div style="height: 80px; position: relative; column-count: 2;"><div style="margin-top: 40px; position: absolute; height: 100px;"></div><div style="position: absolute;" id="q"></div><div style="position: absolute;"></div></div>
</body></html>
|