fix(curriculum): remove redundant 'each' in Lab - Feature selection (#64294)

This commit is contained in:
Faust 2025-12-03 16:36:48 +01:00 committed by GitHub
parent b8e32be3e4
commit 4e765d0731
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ demoType: onClick
1. Your page should have an `h1` element with the text `Feature Selection`.
2. Your page should have a `div` element with the class `feature-card-container`.
3. Your page should have at least two `label` elements each with the class `feature-card` inside the `div`.
4. Each of your `label` elements should each have label text and an `input` element of type `checkbox` in them.
4. Each of your `label` elements should have label text and an `input` element of type `checkbox` in them.
5. Create a selector that targets the checkboxes, and apply the following styling:
- All of your checkbox elements should be set to `appearance: none;` in your CSS.
- All of your checkbox elements should have a border width, color and style of your choosing.