diff --git a/index.html b/index.html index 8600b19..3746feb 100644 --- a/index.html +++ b/index.html @@ -59,12 +59,41 @@ background-color: #2196f3; color: white; } + +input[type="number"] { + margin: 10px 0; + padding: 10px; + font-size: 16px; + width: calc(100% - 22px); + border: 1px solid #ccc; + border-radius: 5px; + box-sizing: border-box; +} + +label { + font-size: 16px; + color: #333; +} + +input[type="number"]:focus { + border-color: #4caf50; + outline: none; + box-shadow: 0 0 5px rgba(76, 175, 80, 0.5); +}
0
0
@@ -75,33 +104,35 @@