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 Layout Basics CSS Layout Project Column Layout with Media Queries

my style in 1025px not working

hi. my code only working with 769px, that mean primary and secondary are in the same line, while teriary in the second line. https://w.trhou.se/um3nfcki0y

1 Answer

Wil Goldsworthy
Wil Goldsworthy
10,244 Points

hi, check out line 173 you have a spelling error it should be .tertiary not .teriary. Also you should(but dont have to) write media queries like this:

@media screen and (min-width: 1025px) {}

It just tells the the browser to display/style it that way for all types of computer screens, tablets, smart-phones etc.

I am by no means an expert i'm sure someone on here will tell me if i'm wrong :)