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 trialBlaine McCarthy
17,030 PointsWhy are we using 100% for a border-radius value instead of 50%?
I'm using both interchangeably and they're producing the same result. Looking at how border-radius works, I would think 50% is the correct value? How does the browser apply a 100% radius on all (top-left, bottom-left etc..) of the borders? Why do they both work?