14 lines
193 B
CSS
14 lines
193 B
CSS
td,th {
|
|
padding: 10px;
|
|
border: solid;
|
|
}
|
|
table {
|
|
margin-top: 100px;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
font-family: "Quicksand";
|
|
}
|
|
|
|
tr:nth-child(2n) {
|
|
background-color: lightgrey;
|
|
} |