Add animations to links and buttons

This commit is contained in:
Tadej Novak
2014-12-09 21:49:19 +01:00
parent 00d05087af
commit f8eed326e9
+5
View File
@@ -6,6 +6,11 @@ body {
border-radius: 0 !important;
}
a, button {
transition:all 0.2s;
-webkit-transition:all 0.2s; }
}
h1 br {
display: none;
}