Оцените код! 23/23.

body {
width: 350px;
margin: 0;
padding: 0 10px;

font-size: 14px;
font-family: “Arial”, sans-serif;
}

table {
border-collapse: collapse;
}

td {
border-bottom: 1px solid lightgrey;
padding: 10px;
text-align: center;
width: 30%;
}

tr:nth-child(2n+1) {
background-color: lightyellow;
}

.first {
text-align: left;
}

.third {
text-align: right;
}

th.third {
background-color: darkcyan;
}

th.first {
background-color: darkcyan;
}

th {
background-color: lightblue;
padding: 10px;
border-bottom: 1px solid black;
border-top: 1px solid black;
color: white;
}