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 Treehouse Club: CSS My First Web Page Introduction to My First Web Page

Oliver Ishmael
Oliver Ishmael
1,536 Points

Changing the % value of the border-radius doesn't seem to work. Why is this?

I am using the latest version of Chrome.

Kathryn Gilbert
Kathryn Gilbert
5,122 Points

Are you changing the border-radius on the right image in the example? Here is how I was able to pass the example - hope it helps!:

img {
  border-radius: 20%;
  max-width: 340px;
}

Could you post your code. I could take a look. https://teamtreehouse.com/community/posting-code-to-the-forum

Kathryn Gilbert
Kathryn Gilbert
5,122 Points

Hi, Antonio, Are you not seeing the code in my example? I've included the appropriate code there already. Maybe try switching to a different browser if it's not working?

Looks like a posted right before you did, but for some reason my post appears below yours. Oh well...

2 Answers

Jason DeValadares
Jason DeValadares
7,190 Points

Is there any radius when you're testing? Do you have a parent or a style that is being overridden somewhere else?

Oleg Trifonov
Oleg Trifonov
1,569 Points

After changing % value go to the page and refresh it using ctrl + f5.