diff --git a/css/style.css b/css/style.css index 95fc1e0..6ab4292 100644 --- a/css/style.css +++ b/css/style.css @@ -85,9 +85,17 @@ input[type="number"] { outline: #1aff00; } -button { - width: 40%; - height: 40px; +input[type="date"] { + width: 50%; + height: 30px; + font-size: medium; + font-weight: bold; + font-family: 'Arial', system-ui +} + +button { + width: 40%; + height: 30px; font-weight: bold; font-family: 'Arial', system-ui } diff --git a/index.html b/index.html index 2786819..02428ea 100644 --- a/index.html +++ b/index.html @@ -17,8 +17,9 @@ + - +