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

CSS CSS Selectors Selectors - Beyond the Basics Styling Form Buttons and Links with Attribute Selectors

Cassandra Jones
Cassandra Jones
7,113 Points

The 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
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Travis Alstrand
Treehouse Teacher

It looks as though this has since been fixed but you can always email help@teamtreehouse.com if you encounter site issues like this! :smiley:

Tobias Mahnert
Tobias Mahnert
89,414 Points

The 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
Cassandra Jones
7,113 Points

No, 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
Tobias Mahnert
89,414 Points

oh..mhmm it works for me. What system did you use? tried a different browser/restart/clear cache already?

Cassandra Jones
Cassandra Jones
7,113 Points

I 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.