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

HTML How to Make a Website Responsive Web Design and Testing Write CSS Media Queries

create a breakpoint for devices larger than 480px, and set the h1 font size to 2.5e in the breakpoint

create a breakpoint for devices 480px or larger, and set the h1 font size to 2.5e in the breakpoint

Konrad Pilch
Konrad Pilch
2,435 Points

it should be 'em' btw , withput quotes.

4 Answers

create a media query using (min-width:480px) Then set the heading changes within said media query.

Konrad Pilch
Konrad Pilch
2,435 Points

That'd what I mean :D

Konrad Pilch
Konrad Pilch
2,435 Points

Put the code at the end : p

Angel Naranjo
Angel Naranjo
30 Points

Your answer should be written at the very bottom.

Konrad Pilch
Konrad Pilch
2,435 Points

Dont tell him that! Dont give out the full answer... if, give him some tips.. but let him think.

I got it now. Thanks!