10 lines
161 B
HTML
10 lines
161 B
HTML
<!doctype html>
|
|
<style>
|
|
input {
|
|
box-sizing: border-box;
|
|
padding: 2em;
|
|
height: 1em;
|
|
-moz-appearance: textfield;
|
|
}
|
|
</style>
|
|
<input type=number value=1111>
|