From a927257e1d9b07f71f9fcfa139c0610c6367ade3 Mon Sep 17 00:00:00 2001 From: Nishant Shah Date: Mon, 18 Oct 2021 22:12:42 +0530 Subject: [PATCH] fix(curriculum): update text of a challenge (#43891) --- .../create-visual-balance-using-the-text-align-property.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/create-visual-balance-using-the-text-align-property.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/create-visual-balance-using-the-text-align-property.md index 217de2709f..6706cf4c1b 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/create-visual-balance-using-the-text-align-property.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/create-visual-balance-using-the-text-align-property.md @@ -13,7 +13,7 @@ This section of the curriculum focuses on Applied Visual Design. The first group Text is often a large part of web content. CSS has several options for how to align it with the `text-align` property. -`text-align: justify;` causes all lines of text except the last line to meet the left and right edges of the line box. +`text-align: justify;` spaces the text so that each line has equal width. `text-align: center;` centers the text