sortierung von Playerlist hinzugefügt

This commit is contained in:
Franziska 2021-03-31 19:23:11 +02:00
parent 11cb7ccdc1
commit ef67d52c38
4 changed files with 67 additions and 3 deletions

View file

@ -48,3 +48,16 @@ input[type="text"] {
#Liste {
text-align: center
}
#coveringCanvas {
height:54%;
position:absolute;
top:100px;
left:10px;
right:10px;
bottom:200px;
background-color: rgba(255,0,0,.1);
text-align: center;
width: 55%;
float:left;
}