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 Basics (2014) Enhancing the Design With CSS Border Radius

Shazad Kazi
Shazad Kazi
10,758 Points

At 5:58 how come there is text from the previous image (wild life) overlapping the other image.

Title says it all. Just curious if I do use border radius at a later date. Why a complication like this may occur.

Not an expert, but it looks like an issue with padding. If you have chrome, right click on the text. Then select inspect element. If you click on the text or image(it was under .wildlife in CSS) you will be able to adjust the padding. If you reduce it from 24% to 15%, the text adjusts but stays within in borders.

Hope that helps.