From 592efa2fe02610530230891d1d3037178c28efff Mon Sep 17 00:00:00 2001 From: Derek Date: Thu, 6 Mar 2025 02:26:46 +0000 Subject: [PATCH] assets --- img/stylesheet.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 img/stylesheet.css diff --git a/img/stylesheet.css b/img/stylesheet.css new file mode 100644 index 0000000..f9d1e0f --- /dev/null +++ b/img/stylesheet.css @@ -0,0 +1,6 @@ +.grow { + transition: all .2s ease-in-out; +} +.grow:hover { + transform: scale(1.1); +}