GestionConges-PHP/style.css

16 lines
189 B
CSS
Raw Normal View History

2022-10-14 22:01:49 +02:00
table,
td {
border: 1px solid #333;
}
thead,
tfoot {
background-color: #1D4699;
color: #fff;
}
2023-01-15 22:10:52 +01:00
button {
2023-01-15 21:56:03 +01:00
padding: 10px 20px;
background-color: blue;
color: white;
}