diff --git a/css/main.css b/css/main.css index fe75d229..f580ea91 100755 --- a/css/main.css +++ b/css/main.css @@ -780,6 +780,7 @@ input:checked + .slider:before { /* hover effect to footer icons */ + .footer-hover:hover { transform: scale(1.2); transition-duration: 0.5s; @@ -805,9 +806,6 @@ input:checked + .slider:before { transition-duration: 0.4s; } - - - /* sticky github */ .sticky-container{ padding: 0px; @@ -869,4 +867,4 @@ input:checked + .slider:before { .border-heading { display: block; border-bottom: 2px solid gray; -} +} \ No newline at end of file diff --git a/index.html b/index.html index 217c8565..fed76819 100755 --- a/index.html +++ b/index.html @@ -8,9 +8,28 @@ - Opencode 2019 Collaborative - - + Opencode 2019 Collaborative + + + + + + + + + + + + + + + + + + + + + " ); + } + }); + } + }); +}); \ No newline at end of file