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!
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
Richard Targett
4,960 PointsHow would I equally space navigation links. In a horizontal menu
Im trying to equally space them, with about 1.5em in between. Allowing them to be responsive with media queries if possible.
What do I tackle to get the menu options to be equally spaced from each other?
1 Answer

Charles Patterson
10,061 PointsIf you haven't already, you should visit the CSS Layout Techniques course, and specifically the section on Flexbox Layout. There are many ways to do this, but using the flexbox feature is probably best.