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 trialUnsubscribed User
18,434 PointsPlease help for the question : When creating a "mobile first" layout, we should use the ------ media feature
Please help me for this question. I try but I don't understand what is it in the fill blank.
7 Answers
John Weland
42,478 PointsIt is asking how you would target screen widths. It's a little awkwardly worded but its asking for the "min-width" media feature.
Mahfuzur Rahman
6,921 Pointsmin-width without quotes.
Unsubscribed User
18,434 PointsOh thanks. I'm french and I did not at all understand the meaning of the question, but now it's clear. Thank you a lot.
quentin
4,406 PointsEuh... I have just tried "min-width" and it is still wrong... so don't really know what was the good answer
John Weland
42,478 PointsI just went back to retook the quiz.
and "min-width" without the quotes worked fine.
When creating a "mobile first" layout, we should use the min-width media feature.
quentin
4,406 Pointsaha... I typed "min-width" anyways, cheers!
Chenghua Yang
2,591 PointsThis was trying to ask you to know that "min-width" is for desktop view of the media queries in this kind of mobile-first CSS stylesheet. So that if users were on desktop, they'd switch to the desktop version of website style in this mobile-first website.
Craig Charlton
8,124 Pointsmin-width is the answer but the question is not specific enough. I didn't have a clue what it needed and a google search took me full circle to here...
Dominique Chishti
3,829 PointsDominique Chishti
3,829 PointsI've noticed a lot of the questions in all the CSS modules are worded in vague and confusing ways. It's nice to know that so many other people have had similar troubles and it's not just me!