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

HTML Introduction to HTML and CSS (2016) Make It Beautiful With CSS Select and Style Multiple Elements by Class

why 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

Aakash Srivastava
Aakash Srivastava
5,415 Points

Can you please post your whole code here?

What do you have for CSS?

Sergio Felix
Sergio Felix
11,511 Points

Without 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
seal-mask
.a{fill-rule:evenodd;}techdegree
Ra'fat Ahmad
Front End Web Development Techdegree Student 5,899 Points

check 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.