Assessment wanted for the tables

Task 01:

Hi @Sarai_Atoche_Pascual

All selectors are correct. :+1:

You could tidy them up a bit. For example:

  • The selectors in the first rule can be shortended to th, td
  • The trs can be removed where you have something like tbody tr th:first-child
  • You can combine the two text-align:left; rule into one with all selectors. (same for text-align:right;)

Happy New Year,
Michael