Four card feature section using Tailwind CSS and Flexbox

Solution retrospective
I am most proud of digging into the process from beginning to end. I'm also proud of my implementation of Flexbox in Tailwind, though I am going to dig deeper into all that Flexbox has to offer, as I kind of limit myself to
.selector { display: flex; flex-direction: column; /* or row */ align-items: center; justify-content: center; }
I'd like to better manage my workflow and assigning time for myself to tackle each task in the process. As of right now, I get off of work, eat and feed the kids, and go at it until it's time to sleep. I've kind of neglected a lot of things.
What challenges did you encounter, and how did you overcome them?I would say that my biggest challenges I faced were in implementing the layout within Tailwind. I am currently struggling with reorganizing the containers if the user increases ONLY the font size.
What specific areas of your project would you like help with?My next aim for a11y is to focus on screen readers. If anyone knows of the best screen readers to use during development, I'm open to suggestion!
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Steve Xero's solution.
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