17 lines
183 B
HTML
17 lines
183 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
|
|
input {
|
|
font-size: 30pt;
|
|
background-color: lightblue;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<input type="number">
|
|
</body>
|
|
</html>
|
|
|