- }
- .logo {
- display: flex;
- align-items: center;
- animation: logoAnimation 1s ease forwards;
- }
-
- .brand-name {
- display: flex;
- flex-direction: row;
- align-items: center;
- margin-right: 10px; /* Space between the text and the logo image */
- }
-
- .letter {
- display: inline-block;
- font-size: 2rem;
- animation: letterDrop 0.5s ease forwards;
- animation-delay: calc(var(--letter-index) * 0.1s);
- }
-
- .red {
- color: red;
- }
-
-
+
+
diff --git a/index.html b/index.html
index 2b652491..11ae955b 100644
--- a/index.html
+++ b/index.html
@@ -82,6 +82,7 @@
.feature {
background-color: #e7f3fe;
+ align-items: center;
border-radius: 10px;
padding: 15px;
text-align: center;
diff --git a/team.html b/team.html
index 9f8a688d..6a1330d8 100644
--- a/team.html
+++ b/team.html
@@ -227,6 +227,17 @@
+ footer {
+ background-color: #C4D7FF;
+ color: white;
+ text-align: center;
+ padding: 10px 0;
+ position: relative;
+ bottom: 0;
+ width: 100%;
+ }
+
+
footer {
background-color: #C4D7FF;
color: white;
@@ -236,6 +247,7 @@
position: relative;
}
+
.contact-feature img {
width: 150px;
height: auto;
@@ -244,7 +256,7 @@
}
footer {
- background-color: #000;
+ background-color: #;
color: white;
text-align: center;
padding: 10px 0;
@@ -287,6 +299,7 @@
opacity: 1;
}
+
.circle {
height: 35px;
width: 35px;
@@ -334,6 +347,7 @@
100% {
transform: translateY(0);
}
+
}
.logo {
@@ -643,12 +657,4 @@
Subscribe to
-
-
- window.onload = function () {
- document.getElementById("team-link").classList.add("active");
- };
-
-