diff --git a/client/index.html b/client/index.html
index 1f577d6..ac9478c 100644
--- a/client/index.html
+++ b/client/index.html
@@ -140,12 +140,10 @@
input[type="email"] {
width: 100%;
padding: 10px;
- margin-bottom: 16px;
border: 1px solid #000000;
border-radius: 5px;
font-size: 14px;
}
-
.signup-btn1-nl {
width: 100%;
height: 30px;
@@ -206,7 +204,7 @@
Subscribe to Newsletter
Join the Bitbox Community!
Subscribe to receive the latest updates, tips, and project highlights from the Bitbox community. Whether you’re looking for help or want to share your knowledge, we’ve got you covered!
-
diff --git a/client/src/component/Footer.jsx b/client/src/component/Footer.jsx
index e48874b..2773832 100644
--- a/client/src/component/Footer.jsx
+++ b/client/src/component/Footer.jsx
@@ -182,7 +182,7 @@ const Footer = (props) => {
{/* Middle section with About links */}
-
About
+
About
Contact Us
@@ -204,7 +204,7 @@ const Footer = (props) => {
{/* Right section with Legal links */}
);
diff --git a/client/src/css/Footer.css b/client/src/css/Footer.css
index 5fdb38b..510a8c8 100644
--- a/client/src/css/Footer.css
+++ b/client/src/css/Footer.css
@@ -12,13 +12,22 @@
margin: 0.5rem;
}
+.nav-item:hover {
+ text-decoration: underline;
+}
+.foot {
+ text-decoration: 3px underline;
+}
+
.footer-container {
display: flex;
justify-content: space-around;
padding: 15px;
width: 100vw;
font-weight: 500;
- background-color: var(--bg-color); /* Use CSS variable for easy theme change */
+ background-color: var(
+ --bg-color
+ ); /* Use CSS variable for easy theme change */
transition: background-color 0.3s ease-in-out; /* Smooth transition for theme changes */
}
@@ -48,7 +57,7 @@ h1 {
}
.code {
- color: #0D92F4;
+ color: #0d92f4;
}
p {
@@ -78,7 +87,9 @@ p {
.footer-container .social a:hover {
color: #0d0d0e; /* Hover color for light mode */
- transform: scale(1.1); /* Scale up icons slightly for a more interactive feel */
+ transform: scale(
+ 1.1
+ ); /* Scale up icons slightly for a more interactive feel */
}
/* Dark mode styles */
@@ -140,7 +151,7 @@ h4 a:hover {
}
/* Nav and button styles */
-nav_ul li {
+.nav_ul li {
padding: 0 0.6rem;
}
@@ -185,7 +196,7 @@ nav_ul li {
}
.ft-1 span {
- color: #0D92F4;
+ color: #0d92f4;
}
.ft-1 p {
@@ -207,7 +218,7 @@ nav_ul li {
.footer-icons i {
padding: 0.4rem 0.5rem;
background: #e1e1e1;
- color: #0D92F4;
+ color: #0d92f4;
border-radius: 80%;
}
@@ -217,17 +228,20 @@ nav_ul li {
color: #091057;
}
-.ft-2 ul, .ft-3 ul {
+.ft-2 ul,
+.ft-3 ul {
list-style: none;
padding-left: 0;
}
-.ft-2 ul li, .ft-3 ul li {
+.ft-2 ul li,
+.ft-3 ul li {
padding: 0.35rem 0;
font-weight: 500;
}
-.ft-2 ul a, .ft-3 ul a {
+.ft-2 ul a,
+.ft-3 ul a {
text-decoration: none;
color: #000;
font-size: 1.06rem;
@@ -244,7 +258,7 @@ nav_ul li {
}
.Last-footer {
- background: #0D92F4;
+ background: #1173eb;
text-align: center;
padding: 1rem 0;
}
@@ -265,7 +279,8 @@ nav_ul li {
font-size: 0.9rem;
}
- .btn1, .btn2 {
+ .btn1,
+ .btn2 {
padding: 0.4rem 1rem;
font-size: 0.9rem;
}
@@ -292,11 +307,13 @@ nav_ul li {
margin-top: 1.5rem;
}
- .ft-2 ul, .ft-3 ul {
+ .ft-2 ul,
+ .ft-3 ul {
text-align: center;
}
- .ft-2 ul a, .ft-3 ul a {
+ .ft-2 ul a,
+ .ft-3 ul a {
font-size: 0.95rem;
}
@@ -320,7 +337,8 @@ nav_ul li {
font-size: 0.85rem;
}
- .btn1, .btn2 {
+ .btn1,
+ .btn2 {
padding: 0.3rem 0.8rem;
font-size: 0.85rem;
}