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 Unused CSS Stages Flexbox and Multi-Column Layout Flexbox: Part 1

naiara gonzalez
naiara gonzalez
16,778 Points

why 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

Check so you have linked the flexbos.css right, it may be in another directory

// erdrag

naiara gonzalez
naiara gonzalez
16,778 Points

ok 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

no i dont think you have to link it in the main.css if thats what you mean!

// Erdrag

naiara gonzalez
naiara gonzalez
16,778 Points

yes ok erdrag is that what i mean,thank you