From e4718ebc895da43461a5d5fd4642abd0ee4c2ab7 Mon Sep 17 00:00:00 2001 From: royvivi29 <143956685+royvivi29@users.noreply.github.com> Date: Sun, 11 Feb 2024 14:06:10 +0530 Subject: [PATCH] updated --- result.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/result.css b/result.css index f78681d..61e8bae 100644 --- a/result.css +++ b/result.css @@ -237,4 +237,10 @@ body{ border-radius: 5px; background-color: rgb(221, 168, 104); opacity: 80%; + } + .allcode:hover { + scale: 1.05; + transition-duration: 0.8s; + transition-delay: .05s; + opacity: 100%; } \ No newline at end of file