Upload files to "assets"

This commit is contained in:
Derek1256 2025-03-06 02:27:29 +00:00
parent 26e1d526bb
commit 5a13d1f68d

6
assets/stylesheet.css Normal file
View file

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