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 Selector Stage 1 : code challenge error

Please see the image ! http://s2.postimg.org/tnaktuy2x/cdc_error_team_treehouse.jpg

CSS Selectors > Selectors - Beyond the Basics > Attribute Selectors Challenge Code challenger error can you fix it ?

alt text

4 Answers

Hi Juan,

It worked for me as I test it.

img[title="avatar"]{
  border-radius: 50%
}

hi, that worked thanks,

Try removing the space between img and the opening [

Thanks for the support but now gives another error http://www.clipular.com/c/6272446036443136.png?k=h0QoUwzJFBE2gRkNSwnVAosE8WI

I usually press the escape key when I get that window.