1 2 3 4 5 6 7 8 9 10
<!doctype html> <style> input { box-sizing: border-box; padding: 2em; height: 1em; -moz-appearance: textfield; } </style> <input type=number value=1111>