Added a fancy background using p5js
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user