Answers for "all direction in css"

CSS
1

style direction

direction: rtl; //ltr
Posted by: Guest on November-27-2020
0

css direction

p.rtl
 {

   direction: rtl;

 }
Posted by: Guest on August-07-2021

Browse Popular Code Answers by Language