add stars

This commit is contained in:
sky
2025-07-07 19:44:08 -04:00
parent e11d48d181
commit aa4bb69786
7 changed files with 136 additions and 91 deletions

View File

@ -25,6 +25,7 @@ body {
}
body {
animation: 1s ease-out loadIn;
user-select: none;
}
@keyframes loadIn {
from {opacity: 0;transform: translateY(-32px);}
@ -67,4 +68,7 @@ h3 {
p {
font-size: 16px;
margin: 2px;
}
img {
image-rendering: pixelated;
}