From 4433a1523dbffbafd5d4c7b3e6fc056a4ec39116 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Mon, 11 Oct 2021 12:53:09 -0700 Subject: [PATCH] Update styles.css --- css/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 52bc02e..fe572f0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -9,6 +9,7 @@ overflow: hidden; background-color: #333333; padding: 20px 10px; + transition: all 0.2s ease-in-out; } .header a { @@ -29,8 +30,8 @@ } .header a:hover { - background-color: #BBBBBB; - color: black; + transform: scale(1.1); + cursor: pointer; } .header a.active {