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

pull/43916/head
Nishant Shah 2021-10-18 22:12:42 +05:30 committed by GitHub
parent ae78a29c51
commit a927257e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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-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