Task 01:
All selectors are correct.
You could tidy them up a bit. For example:
- The selectors in the first rule can be shortended to
th, td
- The
tr
s can be removed where you have something liketbody tr th:first-child
- You can combine the two
text-align:left;
rule into one with all selectors. (same fortext-align:right;
)
Happy New Year,
Michael