Spostato bordo tabella in stylesheet

This commit is contained in:
2025-11-13 08:47:24 +01:00
parent 1867b0e7d1
commit 4f64cb71eb
2 changed files with 5 additions and 1 deletions

View File

@@ -14,6 +14,10 @@ header{
margin-bottom: 15px;
}
table, td, th{
border: 1px solid black;
}
td, th{
padding: 5px;
}