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 Framework Basics Build a Website with Foundation Building the Callout and Footer Sections

Ira Santiago
Ira Santiago
18,625 Points

Frameworks 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