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);