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

  • P

    @Godskitchen

    Posted

    Hi, your layout seems perfect. Thanks for the links in your repo description

    1
  • Charles 80

    @Ghost-Writer-2

    Submitted

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

    I was able to learn from the mistakes I made in my previous project and I was able to complete this project a little faster

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

    I'm still trying to learn how to create responsive layouts

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

    I'd like to know some best practices from more experienced front-end devs and better ways to attempt the challenge.

    P

    @Godskitchen

    Posted

    hello! I think that you can set width: 100% to html and body tags to align card on center. Remove unnecessary margins, and reset it in first selector:

    • { box-sizing: border-box; margin: 0; padding: 0; }

    It is standard feature to make pixel-perfect layout.

    Marked as helpful

    0
  • P

    @Godskitchen

    Posted

    Hello, you can apply "height: 100%" to "html" and "body" tags. It let you to align the card in center. Also you should check the template sizes, you have the wrong ones.

    0