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
Trent hand
7,402 PointsIs this a glitch on the code challenge?
On this code challenge: Challenge Task 1 of 2
Create a breakpoint for devices 480 pixels wide or larger. Inside the breakpoint, set the h1 font-size to 2.5em.
I seem to have the right code: @media screen and (min-width: 480px) { h1 { font-size: 2.5em; } }
but it keeps giving me a wrong answer. Is this a glitch?
4 Answers
Denis Udovcic
13,649 PointsThose problems happens to anyone I guess, sometimes I just seems like a glitch, try copy pasting this and let me know how it worked: @media screen and (min-width: 480px) { h1 { font-size: 2.5em; } }
Denis Udovcic
13,649 PointsOh, I didn't know space and tabs don't work in these comments, so just make sure you use them as in your previous video.
Trent hand
7,402 PointsStill didn't work. Not sure what the issue is. I made sure to space it correctly.
Also, does your Workspace ever just not load?
Denis Udovcic
13,649 PointsYes, it happens sometimes.