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 trialCamille Davis
199 PointsQ1 of flexbox challenge
Team Treehouse keeps saying there is an error...
<!DOCTYPE html>
<html>
<head>
<title>Flexbox Layout</title>
<link href='https://fonts.googleapis.com/css?family=Varela+Round' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="page.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<ul class="main-nav">
<li class="name"><a href="#">My Site</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Work</a></li>
<li><a href="#">Contact</a></li>
</ul>
</header>
</body>
</html>
/* Complete the challenge by writing CSS below */
.main-nav{
display: flex;
}
1 Answer
Jason Anello
Courses Plus Student 94,610 PointsHi Camille,
Maybe it was a temporary problem with the challenge. Can you refresh the challenge and try again?
Your css is correct and it passed for me a moment ago when I tried it.
Camille Davis
199 PointsCamille Davis
199 PointsHi Jason!
I'm not sure what's happening. I keep getting a communication problem error.
Glad to know it's not the code, though! :)
Jason Anello
Courses Plus Student 94,610 PointsJason Anello
Courses Plus Student 94,610 PointsSorry you're having that trouble. You could try closing out the communication error popup and checking work again.
I would contact support if the problem is persisting for you.