doma
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 20px;
|
||||
|
||||
}
|
||||
|
||||
h1 {
|
||||
@@ -16,12 +17,13 @@ table {
|
||||
}
|
||||
|
||||
th, td {
|
||||
padding: 12px;
|
||||
border-bottom: 1px solid #000000;
|
||||
padding: 13px;
|
||||
border-bottom: 4px solid #000000;
|
||||
border: 2px solid #000000
|
||||
}
|
||||
|
||||
thead {
|
||||
background-color: #5c5b5b6b;
|
||||
background-color: #3752346b;
|
||||
}
|
||||
|
||||
tbody tr:nth-child {
|
||||
@@ -29,5 +31,5 @@ tbody tr:nth-child {
|
||||
}
|
||||
|
||||
tbody tr:hover {
|
||||
background-color: #f1f1f1;
|
||||
background-color: #a1a1a1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user