16 lines
189 B
CSS
16 lines
189 B
CSS
table,
|
|
td {
|
|
border: 1px solid #333;
|
|
}
|
|
|
|
thead,
|
|
tfoot {
|
|
background-color: #1D4699;
|
|
color: #fff;
|
|
}
|
|
button {
|
|
padding: 10px 20px;
|
|
background-color: blue;
|
|
color: white;
|
|
}
|