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

Mobile First Approach Using Flexbox

Arda 85

@ardaberrun

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


Any feedback will be appreciated. Thank you :)

Community feedback

P
Patrick 14,325

@palgramming

Posted

from about 1025px to 1140px you have elements extending outside the view port causing the scroll bar at the bottom. So you need to change your transition point or try to stack the boxes in a tighter design

if you look at mine you will see I used Grid for the 4 cards as I transitioned to the desktop size. Grid template Areas are really easy and flexible to use when you want to adjust content order but I guess you also could use Flex-Order to try to move a single card container to the other single card container to achieve the same thing just using flexbox https://palgramming.github.io/Frontend_Mentor_Challenges/four_card_feature_section/index.html

0

Arda 85

@ardaberrun

Posted

@palgramming Thank you for your feedback. I am appreciate

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