buzzword-bingo/src/app/components/bingo.module.css

16 lines
161 B
CSS
Raw Normal View History

2023-11-02 23:08:51 +01:00
.table{
margin: 0 auto;
border: 1px solid;
}
.td{
padding: 12px 16px;
2023-11-03 00:03:56 +01:00
cursor: pointer;
2023-11-02 23:08:51 +01:00
}
2023-11-03 00:03:08 +01:00
.warning{
font-weight: bold;
color: red;
text-align: center;
}