diff --git a/commonStyles.css b/commonStyles.css index 23c8de83..5360cc53 100644 --- a/commonStyles.css +++ b/commonStyles.css @@ -10,11 +10,33 @@ font-family: 'Arizonia', cursive; } +.title{ + font-size: 20px; +} +.title:hover{ + color: #034304; +} + +.nav-link:hover{ + color: #034304; +} + +.nav-grp-item{ + color: #056b07; +} + +.nav-grp-item:hover{ + color: #034304; +} + +.contributors{ + margin-bottom: 110px; +} + /* Footer */ footer{ background-color: rgb(243 244 246 / 1); color: black; - padding: 0; } @@ -32,6 +54,7 @@ footer{ justify-content: center; align-items: center; gap: 30px; + margin-top: 40px; } .footer-list ul, .footer-socials ul { @@ -39,6 +62,10 @@ footer{ padding: 0; } +.footer-socials{ + margin-bottom: 40px; +} + .copyright{ color: black; font-size: small; diff --git a/index.html b/index.html index bfafa3ad..50a2c41a 100644 --- a/index.html +++ b/index.html @@ -156,11 +156,11 @@

Menu

class="heroSection h-[100vh] flex px-0 text-2xl lg:text-lg flex-col items-center bg-[url('./Images/HeroSection.jpeg')] bg-top bg-no-repeat bg-cover"> -
+