How to put a text cursor to start on the right? Calculator

5

I'm doing a basic calculator and in the calculations screen, I want the numbers to be "printed" from right to left. How can I do this?

    
asked by anonymous 31.03.2015 / 03:14

1 answer

4

Use:

text-align: right; 

And you're done! rsrsrsrsr ...

Answer given in the comment by @bfavaretto

    
31.03.2015 / 22:00