It's a terrible day for rain

This commit is contained in:
Bingus_Violet 2024-03-03 23:57:30 -06:00
parent 333d1f08cf
commit a58de11cc2
9 changed files with 129 additions and 288 deletions

View file

@ -8,6 +8,10 @@ h1:nth-of-type(1) {
font-size: 2.5rem;
}
body {
padding: 5vh 0;
}
main {
animation: fadeUp 2s cubic-bezier(0.075, 0.82, 0.165, 1);
}