2

I have created an app on the Appery.io app builder and i need to show the text from the left side to the right. How it can be implemented?

James More
  • 107
  • 3

1 Answers1

1

Appery.io apps are Cordova-based, so you can use a simple CSS property "direction" for that direction:rtl. https://developer.mozilla.org/en-US/docs/Web/CSS/direction

Daniel Dias
  • 263
  • 1
  • 6