Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

David Wood
David Wood
5,705 Points

Making a dropdown menu with flexbox

Is there a way to make a dropdown menu using flexbox? I would like to learn more concepts using flexbox.

check this codepen showcasing the dropdown menu using flexbox

http://codepen.io/lawnch/pen/Jbpng

1 Answer

David Wood
David Wood
5,705 Points

Thanks for the link. I have never made one of these before. But I've found an old workshop about creating dropdowns here: http://blog.teamtreehouse.com/create-simple-css-dropdown-menu

With this information and the flexbox codepen I think I can do this. Appreciate it and keep your fingers crossed!