Design comparison
Solution retrospective
Hello everyone! I hope you like it, I just have one question. How can I vertically display the items within the collapsed element? How can I fix that? I appreciate your comments 💪👨💻
Community feedback
- @ApplePieGiraffePosted almost 4 years ago
Hey, Xavier Guzman! 👋
Great work on this challenge! The animation you added to the button looks very cool! 😎 Your solution also looks good and responds well. 👍
You should be able to vertically layout items even in a collapsed element using flexbox. Simple add
display: flex
andflex-direction: column
and then use some of the other flex properties to vertically or horizontally align the content. 😉Keep coding (and happy coding, too)! 😁
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord