From aeb8e5bbfb88e0162270a2ce372cc5fae26afb4e Mon Sep 17 00:00:00 2001 From: Shyam1806 <62296718+Shyam1806@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:58:40 +0530 Subject: [PATCH] "some modifications and file have been changed" --- css/style1.css | 11 +++++++-- index.html | 60 ++++---------------------------------------------- js/index.js | 45 +++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 58 deletions(-) create mode 100644 js/index.js diff --git a/css/style1.css b/css/style1.css index 218c0b2..0035eae 100644 --- a/css/style1.css +++ b/css/style1.css @@ -240,8 +240,12 @@ text-align: center; top:59px; left:19px; } +.firstpart{ + display: flex; + justify-content: center; +} .firstpart>input{ - margin: 0 auto; + /* margin: 10px auto; */ background-color: #96ced1; border: 1px solid #ce96d1; padding: 10px 139px; @@ -250,12 +254,15 @@ text-align: center; } .today{ background-color: #bf28da; - margin: 0 auto; + margin: 10px auto; width:50%; padding:10px 0px; box-shadow : 5px 5px 15px -5px rgba(0, 0, 0, 0.3); margin-top:40px; } +.firstpart>button{ + font-size: 20px; +} .today>h1{ text-align: center; color:#fff; diff --git a/index.html b/index.html index 2678c14..6a7bd1d 100644 --- a/index.html +++ b/index.html @@ -20,8 +20,8 @@