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 trialRaul Cruz
528 Pointswhy wont my code work for goals border?
<h2 class="card-title">Goals</h2> it wont show the border. I copied and pasted just like treasure. Help
KRIS NIKOLAISEN
54,971 PointsWhat do you have for CSS?
Sergio Felix
11,511 PointsWithout knowing the value you have defined for class .card-title it's literally impossible to troubleshoot your problem.
Please paste your style.css contents and we can take a look at the problem. ;-)
1 Answer
Ra'fat Ahmad
Front End Web Development Techdegree Student 5,899 Pointscheck your .card-title style in style sheet, maybe you have a mistake there.
you can use Chrome DevTools to see if there is an Error in your CSS code.
Aakash Srivastava
5,415 PointsAakash Srivastava
5,415 PointsCan you please post your whole code here?