blob: aa58e491efe94a609293c37349ed8024558d07a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<html>
<head>
<style>
input {
font-size: 30pt;
background-color: lightblue;
}
</style>
</head>
<body>
<input type="number">
</body>
</html>
|