9 lines
125 B
HTML
9 lines
125 B
HTML
<!doctype html>
|
|
<style>
|
|
input {
|
|
border: none;
|
|
background: white;
|
|
color: black;
|
|
}
|
|
</style>
|
|
<input type=number disabled>
|