rename laby to loadingMaze

This commit is contained in:
2024-03-20 16:41:00 +01:00
parent 852394c54c
commit d0446e680d
3 changed files with 19 additions and 19 deletions

View File

@@ -30,7 +30,7 @@ body {
}
}
#labyShadow {
#loadingMazeShadow {
width: 230px;
height: 230px;
margin-left: auto;
@@ -49,13 +49,13 @@ body {
}
}
#labyTable {
#loadingMazeTable {
border-collapse: collapse;
animation: rotation 60s infinite;
border: none;
}
#labyTable td {
#loadingMazeTable td {
width: 10px;
height: 10px;
transition: background-color 1s;