From 37fa7f56c0ee77aef3b02ca8d3caf5a118d108e8 Mon Sep 17 00:00:00 2001 From: Adeildo Amorim Date: Wed, 8 Mar 2017 20:34:50 -0800 Subject: [PATCH] fix/usage-of-text-align-to-anchor-tags --- .../01-responsive-web-design/applied-visual-design.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/challenges/01-responsive-web-design/applied-visual-design.json b/challenges/01-responsive-web-design/applied-visual-design.json index 544d66fdb9..2c08dde1d2 100644 --- a/challenges/01-responsive-web-design/applied-visual-design.json +++ b/challenges/01-responsive-web-design/applied-visual-design.json @@ -31,8 +31,7 @@ "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." + "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." ], "challengeSeed": [ "