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 trialIra Santiago
18,625 PointsFrameworks Basics: Not accepting answer
The task was to add the Foundations class that will add rounded corners to a button. The preview shows the borders rounded.
<div class="row">
<div class="callout large-12 columns">
<a class="button success round" href="#">Sign up for Treehouse<i class="fi-arrow-right"></i></a>
</div>
</div>
2 Answers
Bella Ratmelia
Front End Web Development Techdegree Graduate 28,947 PointsI believe the correct class you're looking for is "radius" and not "round"
Ira Santiago
18,625 PointsThanks!