Modifiche stylesheet header e bottoni
This commit is contained in:
13
style.css
13
style.css
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user