Responsive Webpage, using basic Jquery and SASS

Solution retrospective
2nd card (Thanks Card) cannot center elements properly, can someone help me with that?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @byronbyron
Hi @MikeAngel2
You should be able to center the second card by updating your
index.js
to set display flex instead of block.$(".Thanks").css('display','flex');
This bit of CSS should help to center the text on the second card as well
.Thanks { align-items: center; text-align: center; }
Hope that helps!
Marked as helpful - @Kamasah-Dickson
So your star IMG is not showing and also there is no margin left and right on the container. Its spanning horizontally on smaller devices. Hope you fix it. Besides good job, keep coding👍👍
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord