This commit is contained in:
Antoine Pilote
2021-07-19 00:09:00 -04:00
parent c3c995bc5f
commit 93e58db870
15 changed files with 500 additions and 388 deletions

View File

@@ -15,6 +15,7 @@
align-content: center;
flex-direction: column;
}
.panel {
display: flex;
height: 33%;
@@ -32,7 +33,7 @@
}
.panel-bottom {
width:100%;
width: 100%;
height: 25%;
justify-content: space-around;
align-items: center;
@@ -44,6 +45,11 @@
justify-content: space-around;
align-items: center;
align-content: center;
background-color: 18 18 18 255;
}
.rect:hover {
background-color: 40 40 40 255;
}
.normal-text {