From 81fe7678c14a9bbb2b14708f0c7bdc678c627e53 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 7 Jan 2020 22:15:03 +0900 Subject: [PATCH] Wrap `column` with tags. (#38020) --- .../use-the-flex-direction-property-to-make-a-column.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-column.english.md b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-column.english.md index dd756a3f212..df5ff44f38c 100644 --- a/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-column.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/css-flexbox/use-the-flex-direction-property-to-make-a-column.english.md @@ -13,7 +13,7 @@ The last two challenges used the flex-direction property set to row ## Instructions
-Add the CSS property flex-direction to the #box-container element, and give it a value of column. +Add the CSS property flex-direction to the #box-container element, and give it a value of column.
## Tests