mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-19 04:00:56 -04:00
fix(cirriculum): unclear instructions fixed (#46486)
* fix(cirriculum): unclear instructions fixed Instead of "class" definition, "class selector" is used. * fix(cirrixculum): selector words are added Selector words are added include hints.
This commit is contained in:
@@ -7,11 +7,11 @@ dashedName: step-41
|
||||
|
||||
# --description--
|
||||
|
||||
You want to add the same gradient to the next two sections. Instead of doing that, create a new class called `bb1-window`, and move the `height` and `background` properties and values from `.bb1a` to the new class.
|
||||
You want to add the same gradient to the next two sections. Instead of doing that, create a new class selector called `bb1-window`, and move the `height` and `background` properties and values from `.bb1a` to the new class selector.
|
||||
|
||||
# --hints--
|
||||
|
||||
You should create a new class declaration called `bb1-window`.
|
||||
You should create a new class selector called `bb1-window`.
|
||||
|
||||
```js
|
||||
assert.exists(new __helpers.CSSHelp(document).getStyle('.bb1-window'));
|
||||
|
||||
Reference in New Issue
Block a user