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

  • @KapteynUniverse

    Posted

    Hey, you can delete

    margin: 10px auto;
    max-width: 1440px;   
    gap: 1rem; */     
    

    from body and change height to min-height: 100vh;. It will do the same as what you did.

    Using max and min for height and widths would be better for responsiveness. Also rem and em units instead of pixels. These videos explain them great video1 video2

    0
  • @ouambo-takouam

    Submitted

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

    I have been able to center the page content.

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

    I didn't know how to adapt the page for mobile screen. So may be my code won't display good on mobile.

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

    Mobile first

    @KapteynUniverse

    Posted

    Looks good. You might wanna use min-height, max-width instead of height and width and em-rem units for margins, paddings and text sizes etc.

    0