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

responsive four card section using, sass-grid

#sass/scss#accessibility
Tassie Oshiroā€¢ 60

@tassieoshiro

Desktop design screenshot for the Four card feature section coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


I had a little difficulty moving the icon to the right of the card, still getting used to how to space the elements. Any criticism feedback is appreciated.

Community feedback

Miguel Silvaā€¢ 510

@migsilva89

Posted

Amazing work, congrats.

I would add max-width from 1600px, cause if you go bigger the side cards are getting separated from the middle ones.

For the rest looks perfect, well done!

Regards, Miguel Silva

Marked as helpful

1

Tassie Oshiroā€¢ 60

@tassieoshiro

Posted

@migsilva89 yea! I didn't check the bigger screens, thanks, brother..

0
Miguel Silvaā€¢ 510

@migsilva89

Posted

You are welcome :) @tassieoshiro

Keep going!

1
Jordane Gengoā€¢ 590

@jgengo-alt

Posted

Hello there šŸ‘‹

First of all, good job šŸš€šŸ’£

šŸ“‹ To position your images to the card, the simplest way to me would have been to actually add a position: relative to your container-cards__card div, and then add a position: absolute; bottom; 2em; right: 2em to your img. In a nutshell, by doing that you are positioning your card with absolute value inside the relative space of your card.

šŸ“‹ Everything looks extremely huge from my screen, as another peer mentioned a max-width would have been a good addition. šŸ”„

šŸ“‹ Another point you could have re-use your grid with the mobile view, just by changing the grid-template-columns: 1fr .

šŸ“‹ Also, with your grid I see you using some margin I would suggest using the gap or grid-gap :)

Once again! Good job šŸ’Ŗ

Keep going šŸŒ±

Marked as helpful

0

Tassie Oshiroā€¢ 60

@tassieoshiro

Posted

@jgengo-alt thanks brother! that was really helpful.

0

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