website/assets/stylesheet.css
2025-03-06 02:27:29 +00:00

6 lines
91 B
CSS

.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}