From 92813aa43b06de484e2fa5d840c132111864aab5 Mon Sep 17 00:00:00 2001 From: allenalvin333 Date: Tue, 7 Dec 2021 08:28:27 +0530 Subject: [PATCH] programs --- index.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/index.css b/index.css index a8cb2c7..d88fc97 100644 --- a/index.css +++ b/index.css @@ -26,6 +26,7 @@ input { margin-bottom: 16px; margin-right: 8px; width: 30%; + font-family: 'Gilroy' } button, select { height: 32px; @@ -33,9 +34,10 @@ button, select { outline: none; border: none; border-radius: 4px; - font-weight: bold; padding: 4px 16px; - color: #FFFFFF; + color: #DDDDDD; + font-family: 'Gilroy'; + font-weight: bold; } .add { background: #3399FF; @@ -48,8 +50,9 @@ button, select { } body { background-color: #00000A; - background-image: radial-gradient(#1ac3f750 0.5px, #00000A 0.5px); - background-size: 12px 12px; + background-image: radial-gradient(#1AC3F755 0.7px, #00000A 0.7px); + background-size: 11px 11px; + font-family: 'Gilroy'; } h2 { color: #DDDDDD;