Modifiche stylesheet header e bottoni

This commit is contained in:
2025-11-12 08:45:38 +01:00
parent 2481f52d5b
commit f5ca0f2f90

View File

@@ -1,23 +1,34 @@
body{
/* background-color: darkgray; */
background-color: gainsboro;
}
body, button{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
header{
text-align: center;
background-color: red;
color: white;
padding: 10px;
margin-bottom: 15px;
}
td, th{
padding: 5px;
}
button{
padding: 5px;
background-color: black;
color: white;
border-radius: 5px;
border-style: none;
}
.editBtn{
background-color: aqua;
color: black;
}
.delBtn{