1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<!DOCTYPE html> <html style="direction: rtl;"> <head> <style> div { position: absolute; width: 100px; height: 100px; border: 3px solid black; left: 0; right: 0; } </style> </head> <body> <div></div> </body> </html>