feat(#3): Add fireworks and sound to selection reveal

This commit is contained in:
Josh Creek
2022-10-24 13:42:44 +01:00
parent f1efac7c7f
commit 7783162127
6 changed files with 258 additions and 460 deletions
+9
View File
@@ -182,6 +182,15 @@ text{
margin-bottom: 50px;
}
#fireworks-container {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
#image{
width: 100%;
}