Assessment wanted for CSS | Selectors

Hello, please assess my solution for https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors/Selectors_Tasks

1: https://codepen.io/gojanpaolo/pen/wvMdxGR
2: https://codepen.io/gojanpaolo/pen/ExPmpZN
3: https://codepen.io/gojanpaolo/pen/rNxmrwL
4: https://codepen.io/gojanpaolo/pen/PoZKbym
5: https://codepen.io/gojanpaolo/pen/MWKvbPP

Thanks!

Hello @gojanpaolo, I think they’re well done. Awesome! :slight_smile:
You may use “Helvetica Neue” font-family if you would like to create similar font display, it is not an important thing at this point.

Cheers :coffee:

Hello @gojanpaolo

i agree with @irwanphan

well done and you doing great just a little notice for the first element of the container class you should use .container > * : first-child
and for the first line of it use .container > * : first-child::first-line

https://developer.mozilla.org/en-US/docs/Web/CSS/:first-child

cause first it select the first element among a group of sibling

hope that help and have a nice day

1 Like