From 201d5357005d72e2b455cec82cd77bca814a0071 Mon Sep 17 00:00:00 2001 From: Alex Artemov Date: Tue, 31 Oct 2023 10:28:23 -0400 Subject: [PATCH] added image hover --- src/App.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/App.css b/src/App.css index f526e98..33bdfe0 100644 --- a/src/App.css +++ b/src/App.css @@ -37,6 +37,10 @@ main { max-height: 500px; } +.beer-image:hover { + transform: scale(1.2) +} + .close-button { position: absolute; top: 4px;