mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
304 B
HTML
12 lines
304 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="direction: ltr; width: 100px; border: 1px solid green;">
|
|
<span style="direction: rtl">
|
|
<span style="display: block; height: 20px; width: 80px; margin: 10px; border: 5px solid black">
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</body>
|
|
</html>
|