Skip to content
  • Learning paths
  • Challenges
  • Solutions
  • Articles
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted about 1 year ago

Four card feature section using Tailwind CSS and Flexbox

accessibility, tailwind-css
P
Steve Xero•210
@stevexero
A solution to the Four card feature section challenge
View live sitePreview (opens in new tab)View codeCode (opens in new tab)

Solution retrospective


What are you most proud of, and what would you do differently next time?

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!

Code
Loading...

Please log in to post a comment

Log in with GitHub

Community 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
Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub