From 42c37ac6456044a662721d40af88c15636a23d19 Mon Sep 17 00:00:00 2001 From: Shinde-Suyog Date: Thu, 8 Jul 2021 02:03:57 +0530 Subject: [PATCH] changed button size and search box border --- css/darkcovid.css | 6 +++--- css/lightcovid.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/css/darkcovid.css b/css/darkcovid.css index 3252aca..5132221 100644 --- a/css/darkcovid.css +++ b/css/darkcovid.css @@ -109,6 +109,7 @@ h1 { width:35%; height: 3rem; border-radius: 30px; + outline: none; background-color: #312f35; color:#fff; } @@ -127,15 +128,14 @@ h1 { /* css for search button */ .search-button{ - color: white; + border-radius: 30px; cursor: pointer; display: block; - margin: auto; background: linear-gradient(to right, #ff105f,#ffad06); border: 1; outline: none; - width: 25%; + width: 20vh; } diff --git a/css/lightcovid.css b/css/lightcovid.css index 05193cc..0c7b04d 100644 --- a/css/lightcovid.css +++ b/css/lightcovid.css @@ -109,6 +109,7 @@ h1 { .input-field{ width:35%; height: 3rem; + outline: none; border-radius: 30px; } @@ -127,15 +128,14 @@ h1 { /* css for search button */ .search-button{ - color: white; + border-radius: 30px; cursor: pointer; display: block; - margin: auto; background: linear-gradient(to right, #ff105f,#ffad06); border: 1; outline: none; - width: 25%; + width: 20vh; }