From 31dccc886f74309c52e78f30301c476afa329a71 Mon Sep 17 00:00:00 2001 From: 4F24L Date: Sun, 6 Oct 2024 22:58:42 +0530 Subject: [PATCH 1/2] Deploy link fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 238bb628..cd4f4003 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ A responsive and dynamic website to showcase the best gaming accessorie ## 🚀 Demo #### Check out the live demo here ⬇️ : -https://collect-your-gaming-tools-7r1z88vx4-swaraj-das-projects.vercel.app/ +https://swaraj-das.github.io/Collect-your-GamingTools/ ## 🛠️ Installation From 18b9699a2f396711e5b01f6c23a1d943365b813f Mon Sep 17 00:00:00 2001 From: 4F24L Date: Thu, 10 Oct 2024 01:04:09 +0530 Subject: [PATCH 2/2] sign up button fix & page Responsive fix --- SignUp/signup.css | 42 +++++++++++++++++++++++++++++++++++++----- SignUp/signup.html | 6 +++--- 2 files changed, 40 insertions(+), 8 deletions(-) diff --git a/SignUp/signup.css b/SignUp/signup.css index f50140a9..5e54caee 100644 --- a/SignUp/signup.css +++ b/SignUp/signup.css @@ -1,7 +1,7 @@ * { box-sizing: border-box; margin: 0; - padding:5px; + padding:0; } body { @@ -9,8 +9,9 @@ body { background-size: cover; font-family: 'Trebuchet MS', Arial, sans-serif; display: flex; - justify-content: center; - align-items: center; + flex-direction: column; + justify-content: start; + align-items: start; height: 100vh; color: white; text-shadow: 1px 1px 2px #000; @@ -20,7 +21,7 @@ body { opacity: 0.75; background-color: rgba(0, 0, 0, 0); - padding: 5rem; + padding:3rem 5rem; border-radius: 20px; box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5); text-align: center; @@ -44,7 +45,7 @@ body { } h1 { - margin-bottom: 2rem; + margin-bottom: 1.5rem; font-size: 1.5rem; color: #fb5283; } @@ -151,3 +152,34 @@ input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focu color: #ff80ab; text-decoration: underline; } + +#link-home{ + border: 1px solid rgb(255, 255, 255); + box-shadow: 0 0 5px white; + border-radius: 15px; + padding: 8px 15px; + + margin-left: 1rem; + margin-top: 1rem; + +} + +#link-home:hover{ + border: 1px solid rgb(202, 202, 202); + box-shadow: 0 0 5px #424242; + background-color: #42424222; + border-radius: 15px; + padding: 8px 15px; + + margin-left: 1rem; + margin-top: 1rem; +} + +#link-home a{ + text-decoration: none; + color: #fff; + font-size: 1.4rem; + text-shadow: none; + font-family: 'Trebuchet MS', Arial, sans-serif; + +} \ No newline at end of file diff --git a/SignUp/signup.html b/SignUp/signup.html index 8fdd8286..c7eb6e9c 100644 --- a/SignUp/signup.html +++ b/SignUp/signup.html @@ -8,9 +8,9 @@ -
- home -
+ + Home +