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

All comments

  • France 100

    @LanXhan

    Submitted

    Day 3 [Delayed] I find the responsive (mobile design) was hard to achieve. Any recommendations on what to change or do in order to achieve the layout for the mobile design!

    Thank you in advance

    Lahcen 150

    @Lahcenalll

    Posted

    You're doing very well so far, congratulations on your latest challenge. When it comes to responsive web design, remember one major rule : Always start with mobile first. It would be much easier to flip a website from mobile to desktop than from desktop to mobile.

    Marked as helpful

    1
  • Lahcen 150

    @Lahcenalll

    Posted

    Hello,

    I applaud you for your efforts and for taking this challenge. I've noticed that you've had trouble centering the card. I've suffered from that too, lol, so here's how to easily center it using flex box.

    1. make sure the body has a width & height of 100percent, and use the following :

    display: flex; align-items: center; justify-content: center;

    Happy coding.

    Marked as helpful

    0