From 44495cea46c444a4cc3bcf25e117e4df32978128 Mon Sep 17 00:00:00 2001 From: Rishi Raj Date: Tue, 6 Sep 2016 22:46:48 +0530 Subject: [PATCH] deadline changes --- public/css/home.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/home.css b/public/css/home.css index c8f16a4..75eaa26 100755 --- a/public/css/home.css +++ b/public/css/home.css @@ -16,6 +16,9 @@ background: green; border-radius: 50%; } +@keyframes blinker { + 50% { opacity: 0.0; } +} .facebook-like-button{ position: absolute; left: 0;