๐ 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