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

General Discussion

Code Challenge: Implementing Media Queries

Why is there a double % sign in the CSS at line 82? I don't remember that being covered yet. Or is it a typo?

7 Answers

I would think that that is a typo... but then again, I'm no web developer.

James Barnett
James Barnett
39,199 Points

@Jen - The person who would know, is the teacher who created the course. Email help@teamtreehouse.com they can tell you best what's up.

Please email the Support team at help@teamtreehouse.com include a link to the video and (if possible) the time that this appears :D Thanks a bundle!!

  • E
Allison Grayce Marshall
STAFF
Allison Grayce Marshall
Treehouse Guest Teacher

Good eye, that's a typo. :D We'll get that fixed shortly. Though it shouldn't affect the code challenge at all.

Thanks!

Allison

HAHA! I KNEW IT!

Sorry. I'm just getting started with web development, so this is awesome :)

#bragging
Allison Grayce Marshall
STAFF
Allison Grayce Marshall
Treehouse Guest Teacher

Hahaha, good job Paul! Seriously, finding bugs is a great sign of your process! :)

Code:

.contact {
    width: 35%%; 
    margin: 5% 0;
    padding: 3%;
    float: right;
    background-color: #2e0400;
    border-radius: 15px;

}