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…!!
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!
a:hover { text-decoration: none }
nth-child()
. The following would work:table tr:nth-child(even) {
background-color : #333;
color : white;
}
h2 + p
. For the second bit, you need to use the direct child combinator — >
— to make it so that only li
s that are direct children of .list
are selected. I think you can write the declarations on your own — you have the skill!@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…!!