diff --git a/index.html b/index.html index 62ba6f2..a05e153 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@ font-size: 14px; } - input[type="text"] { + input[type="text"], input[type="number"] { width: 100%; padding: 18px 20px; border: 2px solid #e2e8f0; @@ -92,14 +92,14 @@ color: #2d3748; } - input[type="text"]:focus { + input[type="text"]:focus, input[type="number"]:focus { outline: none; border-color: #667eea; box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1); transform: translateY(-2px); } - input[type="text"]::placeholder { + input[type="text"]::placeholder, input[type="number"]::placeholder { color: #a0aec0; } @@ -226,7 +226,7 @@ font-size: 28px; } - input[type="text"] { + input[type="text"], input[type="number"] { padding: 16px 18px; } @@ -270,6 +270,11 @@ +