From 34cca24fc6f7ecdde64917116aeefad47b686969 Mon Sep 17 00:00:00 2001 From: Gagan Bansal <106823132+Gagan2004bansal@users.noreply.github.com> Date: Mon, 29 May 2023 19:58:42 +0530 Subject: [PATCH] Update TO_DO.html --- Frontend/TO-DO App/TO_DO.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Frontend/TO-DO App/TO_DO.html b/Frontend/TO-DO App/TO_DO.html index 8e66d5d..4557024 100644 --- a/Frontend/TO-DO App/TO_DO.html +++ b/Frontend/TO-DO App/TO_DO.html @@ -19,7 +19,7 @@ justify-content: center; align-items: center; min-height: 100vh; - background: linear-gradient(#9cebfc,#6ae1fb); + background: linear-gradient(pink,#6ae1fb); } .center{ /* display: none; */ @@ -46,8 +46,8 @@ padding: 10px 0; } input[type="button"]{ - width: 58px; - height: 55px; + width: 50px; + height: 50px; margin: 5px; font-size: 22px; line-height: 55px; @@ -65,7 +65,7 @@ color: white; } input#equal{ - width: 275px; + width: 250px; margin: 10px 0 10px 0; font-size: 30px; color: white;