diff --git a/Scroll_and_progressbar.css b/Scroll_and_progressbar.css index 7d41f244..771f3cf1 100644 --- a/Scroll_and_progressbar.css +++ b/Scroll_and_progressbar.css @@ -45,7 +45,7 @@ background-color: #f8b5b5; /* Background color matching scrollbar track */ border-radius: 10px; /* Rounded corners */ box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2); /* Optional shadow for container */ - position: fixed; + /* position: fixed; */ overflow: hidden; } diff --git a/about.html b/about.html index 0427574d..d6d34d58 100644 --- a/about.html +++ b/about.html @@ -79,6 +79,7 @@ + - + -
+

About Us

WordWise is a responsive, user-friendly blogging platform designed to enrich vocabulary and engage @@ -443,6 +445,11 @@

Our Contributors

+ +
+ +
+
@@ -333,11 +334,12 @@

Forgot Password

+ -
+
@@ -490,7 +492,9 @@

Share Your Thoughts

- +
@@ -684,41 +688,48 @@
${comment.name}
max-width: 48rem; margin: 0 auto; } - + .section-title { - font-size: 2.25rem; - font-weight: 800; - text-align: center; - color: #111827; - margin-bottom: 48px; -} + font-size: 2.25rem; + font-weight: 800; + text-align: center; + color: #111827; + margin-bottom: 48px; + +} + .title-text { background-clip: text; -webkit-background-clip: text; color: #f4978e; /* background-image: linear-gradient(to right, #f4978e); */ } - + .comment-form { - margin-bottom: 64px; - background-color: white; - padding: 24px; - border-radius: 0.75rem; - box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); - transition: all 0.3s; -} + margin: 64px auto; + background-color: transparent; + padding: 24px; + border-radius: 0.75rem; + box-shadow: 0 10px 20px var(--text-color); + transition: all 0.3s; + +} + .comment-form:hover { box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); } - + .form-title { - font-size: 1.5rem; - font-weight: 700; - color: #1f2937; - margin-bottom: 24px; + + font-size: 1.5rem; + font-weight: 700; + color: #3498db; + margin-bottom: 24px; + } + .form-content { display: flex; @@ -730,6 +741,17 @@
${comment.name}
position: relative; } +.input-field { + + width: 100%; + padding: 12px 16px; + border: 2px solid #d1d5db; + border-radius: 0.5rem; + transition: border-color 0.3s; + margin-top: 7px; + +} + .input-field { width: 100%; padding: 12px 16px; @@ -745,7 +767,7 @@
${comment.name}
.input-label { position: absolute; - left: 16px; + left: 8px; top: 12px; color: #6b7280; transition: all 0.3s; @@ -755,21 +777,24 @@
${comment.name}
.input-field:focus + .input-label, .input-field:not(:placeholder-shown) + .input-label { font-size: 0.875rem; - top: -10px; + top: -17px; color: #f4978e; } - + .submit-button { - width: 100%; - color: #f4978e; - font-weight: 600; - padding: 12px 24px; - border-radius: 0.5rem; - border: none; - cursor: pointer; - transition: all 0.3s; -} + width: 100%; + color: #ffffff; + font-weight: 600; + padding: 12px 24px; + border-radius: 0.5rem; + border: none; + cursor: pointer; + transition: all 0.3s; + background-color: #3498db; + +} + .submit-button:hover { color: #f4978e; transform: scale(1.05); @@ -1095,8 +1120,12 @@
${comment.name}
- + +
+ +
+