From 62e1464eb75b74cf20efe46cd97ae2666d90f462 Mon Sep 17 00:00:00 2001 From: mikemorr Date: Mon, 25 Nov 2019 11:14:08 -0500 Subject: [PATCH] change "given" to "adding" (Was: change "given" to "giving") (#37823) * change "given" to "giving" * change to "adding" as suggested As suggested in https://github.com/freeCodeCamp/freeCodeCamp/pull/37823 --- .../use-attribute-selectors-to-style-elements.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.english.md index 38410dc77d..252b4838b9 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.english.md @@ -8,7 +8,7 @@ forumTopicId: 301092 ## Description
-You have been given id or class attributes to elements that you wish to specifically style. These are known as ID and class selectors. There are other CSS Selectors you can use to select custom groups of elements to style. +You have been adding id or class attributes to elements that you wish to specifically style. These are known as ID and class selectors. There are other CSS Selectors you can use to select custom groups of elements to style. Let's bring out CatPhotoApp again to practice using CSS Selectors. For this challenge, you will use the [attr=value] attribute selector to style the checkboxes in CatPhotoApp. This selector matches and styles elements with a specific attribute value. For example, the below code changes the margins of all elements with the attribute type and a corresponding value of radio: