css-diner icon indicating copy to clipboard operation
css-diner copied to clipboard

Level 21 - no previous mention of N selectors

Open Facundo-Corradini opened this issue 7 years ago • 2 comments

Level 21 challenges to "Select all even plates", which should be answered with plate:nth-of-type(2n), but never before explains the use of N in nth selectors.

Also, it can be passed with a regular :nth-child(2n)

Facundo-Corradini avatar Jan 09 '18 08:01 Facundo-Corradini

I think the idea is to use "even" as keyword in that function.

DaTebe avatar Jan 20 '18 14:01 DaTebe

It should be: plate:nth-of-type(2n+3)

dohavik avatar Jul 17 '22 03:07 dohavik