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) {