Added a fancy background using p5js

This commit is contained in:
2022-07-02 03:14:17 +02:00
parent 4ae0fd39bb
commit 0b959203a3
5 changed files with 111321 additions and 2 deletions

View File

@@ -61,10 +61,17 @@ html {
font-family: Arial, sans-serif;
}
#bg {
z-index: -1;
overflow: hidden;
position: fixed;
}
#desk {
display: flex;
flex-direction: column;
align-items: center;
min-width: 830px;
}
#players, #search-area {