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 @@