Fix bugs, add number buttons, add easter egg

This commit is contained in:
Amanda Graven 2025-12-11 20:34:58 +01:00
parent 972d18afbe
commit 80865ace7d
6 changed files with 2184 additions and 1261 deletions

View file

@ -6,6 +6,10 @@
text-shadow: 0 0 5px #000;
}
.snowflake img {
width: 64px;
}
.snowflake,
.snowflake .inner {
animation-iteration-count: infinite;
@ -81,6 +85,7 @@
animation-delay: 6s
}
.snowflake:nth-of-type(12) .inner,
.snowflake:nth-of-type(3) {
left: 30%;
animation-delay: 2s
@ -147,3 +152,12 @@
left: 65%;
animation-delay: 2.5s
}
.snowflake:nth-of-type(12) {
left: 5%;
animation-delay: 3.5s;
}
.snowflake:nth-of-type(13) {
left: -5%;
}