initial commit

This commit is contained in:
2025-12-29 12:31:50 +03:00
commit 8ea0d54282
5 changed files with 2639 additions and 0 deletions

23
style.css Normal file
View File

@@ -0,0 +1,23 @@
body{
user-select: none;
background: whitesmoke;
}
canvas{
position:absolute;
top:0px;
left:0px;
z-index:0;
}
a{
position:absolute;
top:20px;
left:20px;
z-index:1;
}
img{
transition: all 0.5s ease-out;
}
img:hover{
transform: scale(1.3);
}