RTL Text Alignment in webpage


/ Published in: HTML
Save to your folder(s)

To align texts in a webpage to be right-to-left, use this code


Copy this code and paste it in your HTML
  1. * {
  2. text-align:right;
  3. direction:rtl;
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.