From f28168dc0501945c1df706ae23f6b428530ae514 Mon Sep 17 00:00:00 2001 From: GiovanniAlca <147667650+GiovanniAlca@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:47:42 -0500 Subject: [PATCH] Update style.css --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 3ea3ad2..30ed91d 100644 --- a/style.css +++ b/style.css @@ -35,6 +35,14 @@ body{ margin-top: 40px; } +.logo{ + transition: 0.3s; +} + +.logo:hover{ + transform: scale(0.9); +} + .main_contenido_encriptador{ flex: 1; height: 90%;