This commit is contained in:
Maciej Caderek
2022-02-10 01:14:20 +01:00
parent 20f415d70c
commit e93ac083fa
9 changed files with 176 additions and 21 deletions

View File

@@ -1,3 +1,14 @@
.boards {
text-align: left;
text-align: center;
}
.boards__ico {
border: solid 5px black;
margin: 5px;
cursor: pointer;
}
.boards__ico--active {
border-color: white;
cursor: default;
}