Aggiunto padding tabelle e stile bottoni

This commit is contained in:
2025-11-12 08:32:33 +01:00
parent 687cde6c35
commit 2706480551
2 changed files with 15 additions and 2 deletions

View File

@@ -4,4 +4,17 @@ body{
body, button{
font-family: 'Comic Sans MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
td, th{
padding: 5px;
}
.editBtn{
background-color: aqua;
}
.delBtn{
background-color: red;
color: white;
}