Change header to players color

This commit is contained in:
H4CK3R-01
2021-07-11 18:28:23 +02:00
committed by H4CK3R-01
parent 6c2f8371c1
commit 62c783642f
3 changed files with 33 additions and 2 deletions

View File

@@ -12,6 +12,22 @@
background-size: cover; /* Generic*/
}
.red {
background-color: #F47A93;
}
.green {
background-color: #6C9A8B;
}
.blue {
background-color: #4169E1;
}
.yellow {
background-color: #FFDDA1;
}
@media only screen and (max-width: 980px) {
#game {
height: auto;