From 46b5ca22f9e51e02eabe8a45b4c76455effc34b8 Mon Sep 17 00:00:00 2001 From: Utku Can YILMAZ <96632871+UCYLMZ@users.noreply.github.com> Date: Mon, 13 Jun 2022 21:53:14 +0300 Subject: [PATCH] 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. --- .../5d822fd413a79914d39e98f1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98f1.md b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98f1.md index cdd19b6b3c0..c2cd1d55e26 100644 --- a/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98f1.md +++ b/curriculum/challenges/english/14-responsive-web-design-22/learn-css-variables-by-building-a-city-skyline/5d822fd413a79914d39e98f1.md @@ -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'));