update(front): css for results table
This commit is contained in:
parent
a0f5500220
commit
869f068057
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
|||
h1 {
|
||||
color: red;
|
||||
}
|
||||
|
||||
td, th {
|
||||
border: 3px solid;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue