8 lines
125 B
HTML
8 lines
125 B
HTML
<!doctype html>
|
|
<style>
|
|
input {
|
|
padding: 10px 0 0;
|
|
-moz-appearance: textfield;
|
|
}
|
|
</style>
|
|
<input type=number value=1111>
|