Responsive grid 3-column card

Solution retrospective
I'm proud of the short time needed to complete the challenge, some aspects of styling are becoming more automated and spontaneous. As usual, I forgot accessibility features and better code optimization.
What challenges did you encounter, and how did you overcome them?Centering elements vertically, it's much harder and more hackish than horizontal centering.
What specific areas of your project would you like help with?I would like to know optimal methods to center elements vertically. Thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @AdrianoEscarabote
Hi BledanIT, hope you're doing well! I loved how your project turned out, but I’ve got a few suggestions that could be useful:
I noticed that you used a button in which case the best option would be an a, because in my head when a person clicks on a button written
Learn More
, he is not confirming a form, or something like, it will be redirected to another page, to Learn More about!to solve this problem do this:
<a href="/">Learn More</a>
The rest is fantastic.
Hopefully, you'll find it helpful. 👍
Marked as helpful
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