From 5431f6def1ea8a18c130abd58190bc3e853c35d5 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 5 Mar 2017 19:54:11 -0500 Subject: [PATCH] Added explanation of justified text to Applied Visual Design: Create Visual Balance Using the Text-align Property (#13614) --- challenges/01-responsive-web-design/applied-visual-design.json | 1 + 1 file changed, 1 insertion(+) diff --git a/challenges/01-responsive-web-design/applied-visual-design.json b/challenges/01-responsive-web-design/applied-visual-design.json index c4821d6fd5..a5377fcfc1 100644 --- a/challenges/01-responsive-web-design/applied-visual-design.json +++ b/challenges/01-responsive-web-design/applied-visual-design.json @@ -29,6 +29,7 @@ "description": [ "This section of the curriculum focuses on Applied Visual Design. The first group of challenges build on the given card layout to show a number of core principles.", "Text is often a large part of web content. CSS has several options for how to align it with the text-align property.", + "The justify property causes all lines of text except the last line to meet the left and right edges of the line box.", "
", "Align the h4 tag's text, which says \"Google\", to the center. Then justify the paragraph tag which contains information about how Google was founded. Finally, align the two anchor tags to the left by using the links class selector.", "Note
When you align the two anchor tags, you will see no difference. This is because text is aligned to the left by default."