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 trialKevin Osorio
15,767 PointsGive 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>
James Barnett
39,199 PointsCan you provide a link to the code challenge you are having issues with?
3 Answers
Matthew Reed
Courses Plus Student 17,986 Pointsalso get rid of the dash
Kevin Osorio
15,767 Pointsthank you!! that did it.
Matthew Reed
Courses Plus Student 17,986 PointsYou probably have to add the success class
James Barnett
39,199 PointsI 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.
Kevin Osorio
15,767 PointsKevin Osorio
15,767 PointsI tried adding the button-success class but is incorrect!! what am i missing?