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 trialKittipope Tanaudomsiri
2,105 Pointsthis challengge task 2 of2
it said "After the first breakpoint, create a second breakpoint for devices 660 pixels wide or larger. Inside the breakpoint, set the body background to the color darkgreen."
and when i type
@media screen and (min-width: 660px) { body { background: darkgreen; } }
it show and did it wrong am iwrong?
1 Answer
Kittipope Tanaudomsiri
2,105 Pointsthat you. i have one question
Inside the media query, clear the left side of every 4th list item in the gallery.
what code i should type?
Richard Duncan
5,568 PointsRichard Duncan
5,568 PointsLooks good to me, maybe try background-color: darkgreen; ?