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 CSS - Beyond the Basics Understanding Flexbox and Multi-Column Layout Flexbox Basics

flexbox.css

i downloaded the working file. i can write in my flexbox.css whatever i want. i can even delete the complete flexbox.css file. the outcome never changes. yes i saved all amendments and i got the flexbox.css in the same file than the index.html file

what happens???

David de la Calle Cerezo
David de la Calle Cerezo
7,052 Points

Hello Britta,

Have you linked the CSS on the html code?

<head>
    <link rel="stylesheet" href="flexbox.css">
</head>