CSS text right to left code example Example 1: style direction direction: rtl; //ltr Example 2: css text align right body { text-align: right; }