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 trialKevin Mulhern
20,374 PointsFlexbox is not working at all on chrome
Hi I am on the flex box stage of the css course. I haven't been able to get the flex box code working at all.
The first line of code is supposed to display the boxes in a row but it doesn't even do that.
.nav {
display: -webkit-flex;
-webkit-flex-direction: row;
-webkit-justify-content: space-between;
}
Do you guys have any idea where I am going wrong here?
1 Answer
Kevin Mulhern
20,374 Pointsupdate I got it working, I just closed down sublime text and reopened it and away it went. I didn't change any code at all it just started working, Weird issue.