chip coloring

This commit is contained in:
Ava DeCroix
2023-05-01 15:16:55 -04:00
parent 32053d9ff9
commit a884c45995
3 changed files with 161 additions and 20 deletions

View File

@@ -30,4 +30,12 @@ position:fixed;
.bar{
margin-bottom: 15px;
}
.background_green{
background-color: green;
}
.background_red{
background-color: red;
}