From f8eed326e9c8c2485e4e0f315b1c7cc787ed824b Mon Sep 17 00:00:00 2001 From: Tadej Novak Date: Tue, 9 Dec 2014 21:49:19 +0100 Subject: [PATCH] Add animations to links and buttons --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 07339c1..7d57fee 100644 --- a/css/style.css +++ b/css/style.css @@ -6,6 +6,11 @@ body { border-radius: 0 !important; } +a, button { + transition:all 0.2s; + -webkit-transition:all 0.2s; } +} + h1 br { display: none; }