To change the text direction to right to left it is known that we the following CSS code:
direction:rtl; //displays text direction as right to left
Is there any way in css to invert the total page layout direction to right to left including lists ?
Add dir="rtl" to the html tag any time the overall document direction is right-to-left. This sets the base direction for the whole document.
<!DOCTYPE html>
<html dir="rtl" lang="ar">
<head>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With