"Assessment wanted for Selectors skill test 1"

Hey @justsomeone,Can you please check CSS-Selectors lesson and guide me on the same.
I have some questions unanswered.Please do check them too.

Find the link below:
https://codepen.io/kan_coder/pen/GRpbZoL

Thank you…
Good Day…!!

Hi @Coder_In_Progress, let’s have a look over this for you!

  • Your task 1 answer is perfect - well done!
  • Task 2 is also perfect.
  • For task 3:
    • You’ve not removed the underline on link hover. You can achieve this with a:hover { text-decoration: none }
    • For the table row striping bit, you need to select every other row using nth-child(). The following would work:
table tr:nth-child(even) {
  background-color : #333;
  color : white;
}
  • For task 4, you have got the first bit of it right, but your selector could be simpler — you could use just h2 + p. For the second bit, you need to use the direct child combinator — > — to make it so that only lis that are direct children of .list are selected. I think you can write the declarations on your own — you have the skill!
  • For task 5, you’ve got these exactly right. Well done!

@chrisdavidmills Sir, thank you so much for the guidance and motivation.

Tc…!!

hello @Coder_In_Progress

sorry coder i was away for while and i see you doing great well done

have a nice day

Hey,@justsomeone thank you so much for your feedback and motivation.

Good Day…!!

hello @Coder_In_Progress

you welcome :slight_smile: and keep going forward

have a nice day