Assessment wanted for "Selectors" tests 1, 2, 3, 4 & 5

Hi, I would like an assessment for these tests related to selectors.

My solutions are:

Many thanks in advance!

1 Like

well done and have a nice day :slight_smile:

In task 3 I put this code because the exercise use the word “container” that it is a class in the html.

.container > :first-child {font-size: 150%;
}

.container > :first-child::first-line {color: red;
}

2 Likes

Hi @roque.nicolas.molina and welcome to the community :wave:

Yes, that’s a good solution :+1:

Have a nice day,
Michael

2 Likes