From b5fb9e135201f29c3df444e0f2bfe60e5c4b2648 Mon Sep 17 00:00:00 2001 From: anupm12 Date: Sat, 2 Feb 2019 20:01:50 +0530 Subject: [PATCH 1/5] Add hover effect to footer icon fixes #344 --- css/main.css | 11 +++++++++++ index.html | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/css/main.css b/css/main.css index 2cf7b776..9030579f 100755 --- a/css/main.css +++ b/css/main.css @@ -634,4 +634,15 @@ input:checked + .slider:before { .card-link-c { align-items: left; +} + +/* hover effect to footer icons */ +.icon-color:hover { + transform: rotateY(180deg); + transition-duration: 1s; +} + +.footer-hover:hover { + transform: rotateY(180deg); + transition-duration: 1s; } \ No newline at end of file diff --git a/index.html b/index.html index 544050f2..8deb6725 100755 --- a/index.html +++ b/index.html @@ -900,8 +900,8 @@

ISSUES