How do I move input value to the right side of the input box with css?
<input id="calc" value="0">
#calc { text-align: right; }