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?
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?
Use:
text-align: right;
And you're done! rsrsrsrsr ...
Answer given in the comment by @bfavaretto