From df2783879e04044227d56b40008ca6b465400098 Mon Sep 17 00:00:00 2001 From: 1Shubham7 Date: Wed, 7 Jun 2023 16:29:37 +0530 Subject: [PATCH] corrected the color scheme and added link --- assets/css/style.css | 4 ++-- index.html | 2 +- style.css | 13 +++++++++---- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index ac88dc1..5e5d2b1 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1039,13 +1039,13 @@ section { font-weight: 700; margin-bottom: 2px; font-size: 18px; - /* color: #fff;*/ + color: rgba(255, 255, 255, 0.7); } .team .member .member-info-content span { font-style: italic; display: block; font-size: 13px; - /* color: #fff;*/ + color: rgba(255, 255, 255, 0.7); } .team .member .social { position: absolute; diff --git a/index.html b/index.html index 8943d24..0f6cc42 100644 --- a/index.html +++ b/index.html @@ -960,7 +960,7 @@

Harsh

-->
diff --git a/style.css b/style.css index b37352e..24c7e11 100644 --- a/style.css +++ b/style.css @@ -1063,13 +1063,14 @@ section { font-weight: 700; margin-bottom: 2px; font-size: 18px; + color: #fff; /* color: #fff;*/ } .team .member .member-info-content span { font-style: italic; display: block; font-size: 13px; - /* color: #fff;*/ + color: #fff; } .team .member .social { position: absolute; @@ -1078,11 +1079,11 @@ section { right: 0; height: 48px; transition: bottom ease-in-out 0.4s; - text-align: center; + text-align: center;z } .team .member .social a { - transition: color 0.3s; - color: rgba(255, 255, 255, 0.7); + /* transition: color 0.3s; */ + /* color: rgba(255, 255, 255, 0.7); */ margin: 0 10px; display: inline-block; } @@ -1113,6 +1114,10 @@ section { transition: bottom ease-in-out 0.4s; } +.team .member:hover .member-info-content h4{ + color: #fff; +} + /*-------------------------------------------------------------- # Pricing --------------------------------------------------------------*/