diff --git a/Css-files/signup1.css b/Css-files/signup1.css index c8579472..185ce25c 100644 --- a/Css-files/signup1.css +++ b/Css-files/signup1.css @@ -24,7 +24,7 @@ body * { .main-login { width: 100vw; height: 100vh; - background: brown; + background:white; display: flex; justify-content: center; align-items: center; @@ -90,6 +90,7 @@ body * { display: flex; justify-content: center; align-items: center; + } .card-login { @@ -100,7 +101,9 @@ body * { padding: 10px 35px; border-radius: 20px; box-shadow: 0px 10px 50px #000000a4; - background-color: white; + background-color:rgb(221, 221, 247); + padding-left: 70px; + padding-right: 70px; } .card-login > h1 { diff --git a/Html-files/signup.html b/Html-files/signup.html index 95184ef4..9435baf9 100644 --- a/Html-files/signup.html +++ b/Html-files/signup.html @@ -22,8 +22,8 @@