From 8924fd8810babe4d587b6c80f2419a6a949c88a6 Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Mon, 20 Dec 2021 16:24:24 +0900 Subject: [PATCH] Update curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-008.md Co-authored-by: Shaun Hamilton --- .../step-008.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-008.md b/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-008.md index ff37109685..d059c8a436 100644 --- a/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-008.md +++ b/curriculum/challenges/english/01-responsive-web-design/learn-css-colors-by-building-a-color-markers-set/step-008.md @@ -7,7 +7,7 @@ dashedName: step-8 # --description-- -Now that your external CSS file is set up, you can start styling the page. Target the `h1` element, and use the `text-align` property to center it on the page. +Now that your external CSS file is set up, you can start styling the page. As a reminder, here's how to target a paragraph element and align it to the right: