Sunday 18 August 2019

Make your HTML website From LTR to RTL

To make your site into RTL simply go to the link below
http://rtl.daskhat.ir/
add the css code and follow the steps mentioned over there
also change this in your html file on top.
<html dir="rtl" lang="en">
you also need to add the following code in your rtl.css file
div {
    direction: rtl;
}