From 65a9fef6fe5c2f9fc6eb051df3771822aea38bd3 Mon Sep 17 00:00:00 2001 From: kakaJuli Date: Mon, 31 Oct 2022 01:00:51 +0300 Subject: [PATCH] add style --- css/style.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/css/style.css b/css/style.css index a437f26..9b8cd35 100644 --- a/css/style.css +++ b/css/style.css @@ -205,6 +205,23 @@ h5 { z-index: 200; } +#mainbox :hover { + background-color: #d076c7; + transition: all 0.5s ease; + color: #000; + -webkit-transform: scale(1.1); + -ms-transform: scale(1.1); + transform: scale(1.1); +} + +.swappable { + background-color: rgb(239, 239, 250); +} + +.swappable :hover { + background-color: #d883d0; +} + /* Responsive Code */ @media (max-width: 1424px) {