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

  • glowri57 20

    @glowri57

    Posted

    Hi Minagamingotaku52

    This is a good work you should be proud of, here's a few things I noticed:

    • It is best practice to use margin-inline: auto; to center left and right then than just margin: auto; You can center the height by using this code snippet:
      min-height: 100svh;
     display: flex;
     justify-content: center;
     flex-direction: column;`
    
    • Your code couldn't display as a live page. You could try to re-deploy on netlify, vercel or github pages.

    • You should rewrite your readme template using the guidelines given to you. The README is there to guide people going through your project and give them an understanding of what you did in your project.

    • Try to use the fonts, font weights and colors given to you in the style guide. The essence of the project is to ensure that your work look like the design given in the design folder in this project.

    I hope you found some of this information helpful, Happy coding! 💻

    0
  • glowri57 20

    @glowri57

    Posted

    To avoid repetition, you could learn to express your margin and padding with two values instead of four. Other than that, this is a wonderful work.

    1