Files
uni-web-site/lab1/CSS/style.css
2026-02-26 20:12:56 +10:00

15 lines
189 B
CSS

th{
padding: 5px;
background-color: gray;
}
td{
padding: 5px;
background-color: lightgray;
}
th, td ,table{
border: solid black thin;
border-collapse: collapse;
}