Challenge made with just HTML and CSS (Grid and Flexbox)

Solution retrospective
Any feedback you have for my personal and professional improvement is always well received :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hey, Luis! 👋
Well done on this challenge! 👍 The card component looks good and is responsive! 🙌
I'd just like to suggest vertically centering the card component in the viewport (it seems to stick to the top of the page, at the moment) and perhaps using a
<button>
element for the social media popup since that's more accessible and semantic that using a<div>
. 😉 The social media icons inside the popup should be links, too, so don't forget to wrap them in anchor tags.Keep coding (and happy coding, too)! 😁
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