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 How to Make a Website Responsive Web Design and Testing Write CSS Media Queries

this 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?

Richard Duncan
Richard Duncan
5,568 Points

Looks good to me, maybe try background-color: darkgreen; ?

1 Answer

that 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?