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 trialJen Brannstrom
Courses Plus Student 5,694 PointsCode 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
Paul Dunahoo
5,390 PointsI would think that that is a typo... but then again, I'm no web developer.
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.
ecp
838 PointsPlease 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
Treehouse Guest TeacherGood eye, that's a typo. :D We'll get that fixed shortly. Though it shouldn't affect the code challenge at all.
Thanks!
Allison
Paul Dunahoo
5,390 PointsHAHA! I KNEW IT!
Sorry. I'm just getting started with web development, so this is awesome :)
#bragging
Allison Grayce Marshall
Treehouse Guest TeacherHahaha, good job Paul! Seriously, finding bugs is a great sign of your process! :)
vandevski
20,617 PointsCode:
.contact {
width: 35%%;
margin: 5% 0;
padding: 3%;
float: right;
background-color: #2e0400;
border-radius: 15px;
}