Skip to content
  • Unlock Pro
  • Log in with GitHub
Solution
Submitted over 1 year ago

Four Card Feature Section. Mobile First. Flex Box. @media at 800px.

TheGDneo•120
@GD-neo
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 getting better at using CSS selectors. Feeling like I am making progress
What challenges did you encounter, and how did you overcome them?
  • I used a mobile first approach using flex box so I used flex-direction: column and then at @media (min-width: 1100px) changed to flex-direction: row.
  • It felt like the column structure made the screen look somewhat empty while the width was > 800px.
  • I moved to @media(min-width: 800px) but added flex-wrap: wrap which let the last card move to a new row while keeping the others on one line so the screen doesn't feel empty when changing from column to row structure (or the other way around)
What specific areas of your project would you like help with?
  • Any feedback and ideas for improvement are welcome - really helps a lot :D
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 TheGDneo'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

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

Frontend Mentor

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

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