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 trialChris Beyer
969 PointsWhy breakpoint not working? I have tried for the longest.
My Css is
@media only screen and (min-width: 480px) { h1 { font-size:2.5 em; } } This works in dreamweaver when I put in Html.
Exercise where h1 is supposed to be 2.5 em when min width 480px.
Please help! Thank you! Chris
1 Answer
Chris Beyer
969 PointsI figured it out after my last question. It was the otheer code that was causing the problem. Thanks