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