Fix part11
This commit is contained in:
@@ -137,3 +137,17 @@ button:focus, input:focus {
|
||||
display: block;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: left;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
th:hover {
|
||||
color: rgb(96, 181, 204);
|
||||
}
|
||||
|
||||
th, td {
|
||||
font-size: 18px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user