
A full-featured Bootstrap Right-to-left (RTL) theme for Arabic, Aramaic, Azeri, Dhivehi/Maldivian, Hebrew, Kurdish (Sorani), Persian/Farsi, Urdu languages.
How to use it:
1. Import the stylesheet bootstrap-rtl.min.css into the document.
<link rel="stylesheet" href="dist/css/bootstrap-rtl.min.css" />
2. Add the CSS class ‘rtl’ to the body tag and done.
<body class="rtl"> ... </body>
The post Right-to-left (RTL) Theme For Boostrap 4.x appeared first on CSS Script.