html5

Alguém ai sabe como manipular o value de um input=text pra ir da esquerda pra direita?

Seria isso?

<html>
    <head>
    	<title>Blah</title>
    	<style type="text/css">
    	input { text-align:right; }
    	</style>
    </head>
    <body>
    	<input type="text" value="2">
    </body>
</html>
1 curtida