tutorial |
---|
In this exercise, you can add your code only above the READ-ONLY BLOCK of the code, you can add as many lines as you want, but always above.
-
Set the
ul li
text color tored
(override conflicts with specificity). -
Set the
background-color
of the secondli
of theol
togreen
(don't use the #id selector or .class selector). -
Change the odd rows of the tables to a yellow background using
tr:nth-child
.
Important: You should NOT modify the
index.html
file.
- The
!important
attribute helps to override other attributes.