From 2c156392c651bd040b892e8e8658e2239a83ca41 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 23 Jun 2021 14:27:30 +0200 Subject: [PATCH] =?UTF-8?q?Animace=20pro=20hover=20na=20=C5=A1ipku=20v=20?= =?UTF-8?q?=C3=BAvodu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 3c8db6f..2998481 100644 --- a/style.css +++ b/style.css @@ -37,7 +37,9 @@ header p { header .arrow { height: 2em; margin-top: 3em; + transition: transform .2s ease-out; } +header .arrow:hover { transform: scale(1.3) } main { max-width: var(--width);