11 lines
136 B
CSS
11 lines
136 B
CSS
.kot {
|
|
background-color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.square-button {
|
|
min-width: 150px;
|
|
max-width: 150px;
|
|
min-height: 150px;
|
|
}
|