first working state

This commit is contained in:
2023-07-05 22:42:55 +02:00
parent f35385dc3e
commit b705317ccc
12 changed files with 402 additions and 0 deletions

8
www/css/custom.css Normal file
View File

@ -0,0 +1,8 @@
img {
transition:transform 0.25s ease;
}
img:hover {
-webkit-transform:scale(1.5);
transform:scale(1.5);
}