Skip to main content
๐Ÿ› Bug HuntCS CSS Easyโšก+10 XP

Flexbox Direction

Items should be in a row but they stack vertically.

๐Ÿ› Find the bug
1.container {
2 display: flex;
3 flex-direction: column;
4}
๐Ÿ› The bug is on line 3

๐Ÿ”ง Select the correct fix: