diff --git a/src/Components/Footer.css b/src/Components/Footer.css
index dae26a0d..49f8a9ba 100644
--- a/src/Components/Footer.css
+++ b/src/Components/Footer.css
@@ -2,9 +2,12 @@
background-color: #19162c;
color: white;
padding: 2.5rem 2.5rem 1rem 2.5rem;
- z-index: 1000;
+ z-index: 900;
+ height: 55vh;;
+}
+.scrolltop{
+ size: 20px;
}
-
.footer-container {
display: flex;
z-index: 1000;
diff --git a/src/Components/Footer.js b/src/Components/Footer.js
index 847c09d6..28d4901e 100644
--- a/src/Components/Footer.js
+++ b/src/Components/Footer.js
@@ -2,6 +2,10 @@ import React from 'react';
import './Footer.css';
import logo from '../img/apple-touch-icon.png';
+const scrollToTop = () => {
+ window.scrollTo({ top: 0, behavior: 'smooth' });
+};
+
const Footer = () => {
return (
@@ -65,8 +69,16 @@ const Footer = () => {
© 2024 UniCollab. All rights reserved.
+
+ {/* Home Link */}
@@ -248,7 +258,7 @@ const LogIn = () => {
Embark on a journey through UniCollab for personalized experiences.
-
diff --git a/src/Components/footer_section/FAQPage/FAQPage.css b/src/Components/footer_section/FAQPage/FAQPage.css
index 654fc3f2..90ab7d0d 100644
--- a/src/Components/footer_section/FAQPage/FAQPage.css
+++ b/src/Components/footer_section/FAQPage/FAQPage.css
@@ -15,9 +15,9 @@
padding: 20px;
max-width: 800px;
margin: 0 auto;
- margin-top: 50px;
+ margin-top: 30px;
border-radius: 10px;
- box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
+
}
.page-container h1 {
@@ -31,6 +31,7 @@
flex-direction: column;
gap: 20px;
max-width: 800px;
+
}
.faq-item {
@@ -42,7 +43,7 @@
width: 100%;
position: relative;
overflow: hidden;
- box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
+ box-shadow: 7px 7px 32px 0 #6052ff;
}
.faq-item::before {
@@ -56,6 +57,7 @@
z-index: 1;
opacity: 0;
transition: opacity 0.3s;
+
}
.faq-item:hover::before {