mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
fix(curriculum): remove redundant 'each' in Lab - Feature selection (#64294)
This commit is contained in:
parent
b8e32be3e4
commit
4e765d0731
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user