From 84379ebb98c26e82f189c97b676d6dd6c035818c Mon Sep 17 00:00:00 2001 From: Sarthak Bathla Date: Fri, 2 Jun 2023 20:26:32 +0530 Subject: [PATCH] I have added hover effects,chnaged colors and made the Team section more pleasant --- assets/css/style.css | 15 +++++++++++---- index.html | 2 +- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index fbb4f84..7847e13 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -988,6 +988,9 @@ section { right: 0; transition: 0.2s; } +.team .member .member-info:hover{ + color: #fff; +} .team .member .member-info-content { position: absolute; left: 0; @@ -1007,6 +1010,9 @@ section { font-size: 13px; /* color: #fff;*/ } + + + .team .member .social { position: absolute; left: 0; @@ -1017,14 +1023,15 @@ section { text-align: center; } .team .member .social a { - transition: color 0.3s; + transition: all 0.3s; color: rgba(255, 255, 255, 0.7); margin: 0 10px; display: inline-block; } -/* .team .member .social a:hover { */ - /* color: #fff;*/ -/* } */ +.team .member .social a:hover { + color: #fff; + transform: scale(1.2); +} .team .member .social i { font-size: 18px; diff --git a/index.html b/index.html index b55c59f..33b9720 100644 --- a/index.html +++ b/index.html @@ -927,7 +927,7 @@

Harsh

-->