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:
Utku Can YILMAZ
2022-06-13 21:53:14 +03:00
committed by GitHub
parent e559212f67
commit 46b5ca22f9

View File

@@ -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'));