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 Framework Basics Build a Website with Bootstrap Adding Media Queries

Media queries from Bootstrap website.

The media queries section under bootstrap website has a lot of confusion, not telling on what and how to use media queries for starters, or is it just me. Suppose if i use a copy paste version of /* Medium devices (desktops, 992px and up) */ @media (min-width: @screen-md-min) { ... } or @media (min-width: @screen-lg-min) { ... } It never works for me, do i need to add something in the queries to make it work?