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 trialnaiara gonzalez
16,778 Pointswhy doesnt work on my workspaces?
I have this on index.html:
<!DOCTYPE html>
<html>
<head>
<title>Flexbox</title>
<link rel="stylesheet" href="page-styles.css">
<link rel="stylesheet" type="text/css" href="flexbox.css">
</head>
<body>
<ul class="nav">
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 1</a></li>
<li><a href="#">Item 1</a></li>
</ul>
</body>
</html> and the result is this:
Item 1
Item 1
Item 1
Item 1
2 Answers
erdragerdragsson
Courses Plus Student 5,887 PointsCheck so you have linked the flexbos.css right, it may be in another directory
// erdrag
naiara gonzalez
16,778 Pointsyes ok erdrag is that what i mean,thank you
naiara gonzalez
16,778 Pointsnaiara gonzalez
16,778 Pointsok erdrag you have right!!I have not linked the flexboss.css...by the way the flexbos.css is a new file that i have to put inside the main.css?thank you
erdragerdragsson
Courses Plus Student 5,887 Pointserdragerdragsson
Courses Plus Student 5,887 Pointsno i dont think you have to link it in the main.css if thats what you mean!
// Erdrag