diff --git a/index.html b/index.html index 8e2361c..437a9f0 100644 --- a/index.html +++ b/index.html @@ -518,6 +518,37 @@ -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); +} +.quick-link ul li:hover, +.resources ul li:hover{ + text-decoration: underline; +} + +.social-icons div a{ + transition: all .3s ease; +} + +.social-icons div a:hover{ + scale: 1.3; + rotate: 15deg; +} +.social-icons div a i.fa-facebook-f:hover{ + color:rgb(51, 51, 199) +} +.social-icons div a i.fa-twitter:hover{ + color:rgb(51, 98, 199) +} +.social-icons div a i.fa-linkedin-in:hover{ + color:rgb(51, 132, 199) +} +.social-icons div a i.fa-instagram:hover{ + color:rgb(199, 51, 167) +} +.subscribe-section form input[type="email"]{ + padding-left: 8px; + border-radius: 4px; + height: 4vh; + border: none; } @@ -693,8 +724,70 @@