add stars
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user