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

Kevin Osorio
Kevin Osorio
15,767 Points

Give the button Foundation's class for creating a green button (we defined a new color for it in our custom build)

  <div class="row"> 
    <div class="callout large-12 columns">
      <a href="#" class="button-success">Sign up for Treehouse<i class="fi-arrow-right"></i></a>
    </div>
  </div>
Kevin Osorio
Kevin Osorio
15,767 Points

I tried adding the button-success class but is incorrect!! what am i missing?

James Barnett
James Barnett
39,199 Points

Can you provide a link to the code challenge you are having issues with?

3 Answers

James Barnett
James Barnett
39,199 Points

Kevin Osorio -

I wonder if you are confusing bootstrap's syntax with foundation's.

If you check out the foundation docs on buttons you'll note they don't use the convention of dashes like bootstrap does.