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

HTML Introduction to HTML and CSS (2016) Adding a New Web Page Write the CSS

What is wrong with my code here?

my border radius isn't working

Gavin Eyquem
seal-mask
.a{fill-rule:evenodd;}techdegree
Gavin Eyquem
Front End Web Development Techdegree Student 19,065 Points

Can you be specific with the problem.

Also, make sure your html code is correct. Make sure your css is correct for example your code could be something like this border-radius: 5px; Be sure to add border: 1px solid black; This will help you understand what you are working with.

1 Answer

Hi Glauber,

Post your code or a link to your code, and we’ll be able to help you out.