Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

four-card-feature

@vasanthmuthoju

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Community feedback

Dylan 290

@dquinn089

Posted

Your project is looking great so far! One important improvement to consider is adding media queries to make your design more responsive for mobile devices. This will ensure your layout looks good on smaller screens. Here's a simple example to help guide you:

@media (max-width: 600px) {
  .main {
    grid-template-columns:
    grid-template-rows: auto
  }
  .left, .middle1, .middle2, .right {
    width:
    margin:
  }
  .icon {
    position:
    text-align:
  }
}

This should give you an idea of the proper set up for this method, as well as some properties for you to mess around with and get the right mobile design layout. Happy coding!

Marked as helpful

0

@vasanthmuthoju

Posted

Thank you.@dquinn089

1

Please log in to post a comment

Log in with GitHub
Discord logo

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