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 trialSABINA MUZIKA
9,795 Pointscss
given that the font-size of .title is 1.4rem on the question but upon applying it,its saying it is incorrect font-size,what could be the error?plz help
Jamie Reardon
Treehouse Project ReviewerIt would also help to see your code.
rydavim
18,814 PointsI believe this may be the challenge you are working on: Media Queries
However, it's much better to post the code you're having trouble with so that you can get feedback.
When posting code, there is some markdown you can use to make it more readable. If you wrap your code in three back-ticks you'll get special formatting, and you can optionally add the language for fancy syntax highlighting.
```language
Your code here!
```
// Your code here!
1 Answer
Steven Parker
231,248 PointsSome things to check:
- did you create a new media query with the different target size as requested?
- did you also create a separate rule for h1?
- did you give the h1 the different size as instructed?
If those aren't the issue, please post the actual code as previously suggested. Or even better, make a snapshot of your workspace and post the link to it here.
kevin curtis
15,287 Pointskevin curtis
15,287 PointsCan you post a link to the question you are referring to.