9 lines
129 B
HTML
9 lines
129 B
HTML
<!doctype html>
|
|
<style>
|
|
input {
|
|
box-sizing: border-box;
|
|
padding: 2em;
|
|
height: 1em;
|
|
}
|
|
</style>
|
|
<input type=text value=1111>
|