Modifiche stylesheet header e bottoni
This commit is contained in:
13
style.css
13
style.css
@@ -1,23 +1,34 @@
|
|||||||
body{
|
body{
|
||||||
/* background-color: darkgray; */
|
background-color: gainsboro;
|
||||||
}
|
}
|
||||||
|
|
||||||
body, button{
|
body, button{
|
||||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
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{
|
td, th{
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
button{
|
button{
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
background-color: black;
|
||||||
|
color: white;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
border-style: none;
|
border-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.editBtn{
|
.editBtn{
|
||||||
background-color: aqua;
|
background-color: aqua;
|
||||||
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.delBtn{
|
.delBtn{
|
||||||
|
|||||||
Reference in New Issue
Block a user