Skip to content

Commit

Permalink
Add code v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bmorta committed Feb 13, 2024
1 parent cd35052 commit dceaaee
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,25 @@
}

.tableHeader {
padding: 8px;
padding: 10px;
text-align: center;
text-transform: uppercase;
border-bottom: 1px solid #ddd;
background-color: #9CAF88;
background-color: #758467;
color: white;
}

.tableData {
padding: 8px;
text-align: center;
border-bottom: 1px solid #ddd;
border-bottom: 1px solid #758467;
}

.tableData:first-of-type {
text-transform: capitalize;
}

.tableRow:nth-of-type(even) {
background-color: #f9f9f9;
background-color:#CBD5C0;
}

0 comments on commit dceaaee

Please sign in to comment.