/ Published in: HTML
To align texts in a webpage to be right-to-left, use this code
Expand |
Embed | Plain Text
* { text-align:right; direction:rtl; }
You need to login to post a comment.
To align texts in a webpage to be right-to-left, use this code
* { text-align:right; direction:rtl; }
You need to login to post a comment.