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 >
direction:rtl; //displays text direction as right to left
you can try
body {direction:rtl;}