From 585146da3bf227664cf3c4daa9dc2fcf5121f05b Mon Sep 17 00:00:00 2001 From: Subhajit-2023-44 Date: Sun, 13 Oct 2024 20:34:40 +0530 Subject: [PATCH] done --- Css-files/signup1.css | 44 ++++++++++++++++++++++++++++++++++-------- Css-files/style.css | 17 ++++++++++++++++ Html-files/signup.html | 7 +++++++ index.html | 8 ++++++++ style.css | 33 ++++++++++++++++++++++++++----- 5 files changed, 96 insertions(+), 13 deletions(-) diff --git a/Css-files/signup1.css b/Css-files/signup1.css index 11321066..c6978f7e 100644 --- a/Css-files/signup1.css +++ b/Css-files/signup1.css @@ -27,16 +27,25 @@ body { overflow: hidden; /* Prevents overflow */ position:relative; } - + .main-login { - display: flex; - justify-content: center; - align-items: center; - width: 100%; - overflow: hidden; /* Ensure nothing overflows from the flexbox */ - gap: 20px; /* Spacing between the card and image */ - + + display: flex; + justify-content: center; + align-items: center; + width: 100%; + overflow: hidden; + gap: 70px; + } + +.homebtn{ + position: absolute; + top:30px; + left:25px; + +} + .homebtn{ position: absolute; top:30px; @@ -61,6 +70,25 @@ body { background-color:white; } +.card-login { + + width: calc(100% - 40px); /* Full width minus padding */ + max-width: 400px; /* Max width for better layout */ + padding: 30px; + border-radius: var(--border-radius); + box-shadow: var(--box-shadow); + background-color: var(--card-bg); + transition: transform var(--transition-speed), box-shadow var(--transition-speed); + display: flex; /* Flex to stack elements */ + flex-direction: column; /* Column layout for the card */ + overflow: hidden; /* Added to ensure no content spills out */ + border-radius: 50px; + align-items: center; + justify-content: center; + gap: 20px; + +} + .card-login { width: calc(100% - 40px); /* Full width minus padding */ max-width: 400px; /* Max width for better layout */ diff --git a/Css-files/style.css b/Css-files/style.css index 8d50e613..7fef3612 100644 --- a/Css-files/style.css +++ b/Css-files/style.css @@ -7,6 +7,11 @@ body { background-color: black; background-attachment: fixed; } + +.navbar { + padding: 8px 0px; + } + .navbar { padding: 8px 0px; } @@ -17,19 +22,31 @@ body { } .navbar li { + float: left; list-style: none; margin: 2px 20px; } +.navbar li { + float: left; + list-style: none; + margin: 2px 20px; + +} + + .navbar li a { + padding: 1px 3px; text-decoration: none; color: white; font-size: 1.3rem; + } + .navbar li:hover { opacity: 0.7; } diff --git a/Html-files/signup.html b/Html-files/signup.html index d07bb038..2f9ce266 100644 --- a/Html-files/signup.html +++ b/Html-files/signup.html @@ -85,6 +85,13 @@ height: 33.33%; z-index: 1; } + +.area .way{ + width: 33.33%; + height: 33.33%; + z-index: 1; +} + .area .box{ width: 100%; height: 100%; diff --git a/index.html b/index.html index 0b4e998e..d67834c6 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,14 @@ Retro