Assessment wanted for Test your skills: Selectors 4

Test your skills: Selectors Four

Here’s my code.

It looks like there are lines only under the list items in the example image. But what the task says is just to “add a 1px grey border.”

I found the border-bottom property from the reference. Should I use it instead of border?

Hi @Junpei!

Your code looks correct so far. well done! You are right that border-bottom is needed here. There was a mistake in the assessment description, and it sounded like it was asked for border, but the screenshot of the expected result only shows a bottom border. I’ve edited the text so that now it says “Remove the bullets and add a 1px grey bottom border…”

There is one more small thing missing from your solution — the assessment says “Remove the bullets”, but you’ve not done that yet. What CSS property would you use to do that?

1 Like

Thanks for your assessment, Chris.

Oops! I missed that “Remove the bullets” part. This should be the correct answer.

Also, good job making the description clear. :+1:

Oops! I missed that “Remove the bullets” part. This should be the correct answer.

Yup, perfect!

Also, good job making the description clear.

You are most welcome.

1 Like