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

I had input https://w.trhou.se/4c2t589bi4 card title exactly while following the vid. It is not showing on profile.

I think there is something wrong with the profile. But I am not entirely sure.

1 Answer

Abdulrahman AL-Janabi
seal-mask
.a{fill-rule:evenodd;}techdegree
Abdulrahman AL-Janabi
Front End Web Development Techdegree Student 5,257 Points

I think because the .card-title inside your css file is not defined. So please try to put this following codes inside your css file (styles.css) and refresh the page

.card-title { text-align: center; border: 3px solid black; border-radius: 50%; }

It's actually worked with me and I hope with you as well