Wrap `column` with <code> tags. (#38020)

pull/38022/head
TAKAHASHI Shuuji 2020-01-07 22:15:03 +09:00 committed by Oliver Eyton-Williams
parent 14c1c429e2
commit 81fe7678c1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ The last two challenges used the <code>flex-direction</code> property set to row
## Instructions
<section id='instructions'>
Add the CSS property <code>flex-direction</code> to the <code>#box-container</code> element, and give it a value of column.
Add the CSS property <code>flex-direction</code> to the <code>#box-container</code> element, and give it a value of <code>column</code>.
</section>
## Tests