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 trialCassandra Jones
7,113 PointsThe Challenge after the Styling Form Buttons and Links with Attribute Selectors lesson is blank.
The next section after the Styling Form Buttons and Links with Attribute Selectors is a challenge. However when you go to it, there is nothing there (including no "Get Help" button).
4 Answers
Travis Alstrand
Treehouse TeacherIt looks as though this has since been fixed but you can always email help@teamtreehouse.com if you encounter site issues like this!
Tobias Mahnert
89,414 PointsThe answer you're a looking for for the challenge is this. Sometimes there're no hints and you need to think arround the corner for yourself, but you've come very far already so keep it up
img[title="avatar"]{
border-radius: 50%;
}
input[type="password"]{
color:#ccc;
}
input[type="submit"]{
background-color: #52bab3;
}
Cassandra Jones
7,113 PointsNo, I mean it isn't working at all. When I am on that page, there is no challenge or area to type in. This may not have been the best place to post, I did also submit it to support as the other challenge is also not working. All I see are the style.css and index.html headers, but there is nothing above it or below it.
Tobias Mahnert
89,414 Pointsoh..mhmm it works for me. What system did you use? tried a different browser/restart/clear cache already?
Cassandra Jones
7,113 PointsI have tried everything but a full computer restart (I am at work and unable to shut it down at the moment). I am using Chrome but I did try IE also and it did the same thing.