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 trialGlauber Tonelli
3,462 PointsWhat is wrong with my code here?
my border radius isn't working
1 Answer
Brandon White
Full Stack JavaScript Techdegree Graduate 35,771 PointsHi Glauber,
Post your code or a link to your code, and we’ll be able to help you out.
Gavin Eyquem
Front End Web Development Techdegree Student 20,732 PointsGavin Eyquem
Front End Web Development Techdegree Student 20,732 PointsCan 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.