You're about to learn CSS Selectors! Selectors are how you pick which element to apply styles to.
p { margin-bottom: 12px; }
Here, the "p" is the selector (selects all <p> elements) and applies the margin-bottom style.
To play, type in a CSS selector in the editor below to select the correct items on the table.If you get it right, you'll advance to the next level.
Hover over the items on the table to see their HTML markup.
Get help with selectors on the right! →
Ok, got it!Originally Made by @flukeout — come say hi!
Ported to Electron by TopSwagCode
Have feedback or questions to the core game?
Please file an isssue on the Github repo.
Electron app feedback or question?
Please file an issue on the Github repo.