15 lines
181 B
CSS
15 lines
181 B
CSS
.boards {
|
|
text-align: center;
|
|
}
|
|
|
|
.boards__ico {
|
|
border: solid 5px black;
|
|
margin: 5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.boards__ico--active {
|
|
border-color: white;
|
|
cursor: default;
|
|
}
|