Faaaah (copy to edit)

This commit is contained in:
2026-02-26 20:12:56 +10:00
parent 9a219093a0
commit 76555d27a4
7 changed files with 762 additions and 0 deletions

14
lab1/CSS/style.css Normal file
View File

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