12 lines
176 B
HTML
12 lines
176 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
input {
|
||
|
|
box-sizing: border-box;
|
||
|
|
border: 5px solid;
|
||
|
|
padding: 0 10px;
|
||
|
|
font-size: 5px;
|
||
|
|
max-width: 50px;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
<input type="text">
|