This commit is contained in:
Derek1256 2025-03-06 02:26:46 +00:00
parent ba1b0d8a03
commit 592efa2fe0

6
img/stylesheet.css Normal file
View file

@ -0,0 +1,6 @@
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}