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 section

Siddarth 170

@siddarthm93

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


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

card layout

What challenges did you encounter, and how did you overcome them?

using grid layout

What specific areas of your project would you like help with?

more grid

Community feedback

@Alqalis

Posted

correction on @media (min-width: 1000px) { .cardsContiner { display: flex; justify-content: space-between; align-items: center; width: 98%; }

remove justify-content: space-between; to leave it empty and other .cardsContainer class @media (min-width: 1000px) { .cardsContiner { display: flex; align-items: center; width: 98%; gap: 1rem; }

} then run the code to see what happen

0
Gehadazzam 200

@Gehadazzam

Posted

Well done

  • just be careful with the shadow and paragraph
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