fix(curriculum): update text of a challenge (#43891)

This commit is contained in:
Nishant Shah
2021-10-18 22:12:42 +05:30
committed by GitHub
parent ae78a29c51
commit a927257e1d

View File

@ -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 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 `text-align: center;` centers the text