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

This commit is contained in:
TAKAHASHI Shuuji
2020-01-07 22:15:03 +09:00
committed by Oliver Eyton-Williams
parent 14c1c429e2
commit 81fe7678c1

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