diff --git a/files/en-us/learn_web_development/core/styling_basics/basic_selectors/selectors_tasks/index.md b/files/en-us/learn_web_development/core/styling_basics/basic_selectors/selectors_tasks/index.md index 52d8d40c239fb82..b8394a86be8664e 100644 --- a/files/en-us/learn_web_development/core/styling_basics/basic_selectors/selectors_tasks/index.md +++ b/files/en-us/learn_web_development/core/styling_basics/basic_selectors/selectors_tasks/index.md @@ -80,7 +80,7 @@ span { In this task, we want you to make the following changes to the look of the content in this example, without changing the HTML: - Give the element with an id of `special` a yellow background. -- Give the element with a class of `alert` a 1px grey border. +- Give the element with a class of `alert` a 2px grey border. - If the element with a class of `alert` also has a class of `stop`, make the background red. - If the element with a class of `alert` also has a class of `go`, make the background green.