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

  • Mohamed Ahmedā€¢ 120

    @unkmsa

    Posted

    Hello @codeyeskrish!

    Your solution looks great!

    I have a suggestion for improvement:

    Use <main> to wrap the main content instead of <div>. Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    šŸ“Œ This tag change does not impact your project visually and makes your HTML code more semantic, improving SEO optimization as well as the accessibility of your project.

    I hope it helps!

    Other than that, great job!

    0
  • JakeJames00223ā€¢ 100

    @JakeJames00223

    Submitted

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

    none

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

    none

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

    none

    Mohamed Ahmedā€¢ 120

    @unkmsa

    Posted

    Hello @JakeJames00223!

    Your solution looks great!

    I have a suggestion for improvement:

    Use <main> to wrap the main content instead of <div>. Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    šŸ“Œ This tag change does not impact your project visually and makes your HTML code more semantic, improving SEO optimization as well as the accessibility of your project.

    I hope it helps!

    Other than that, great job!

    Marked as helpful

    0
  • P

    @DanielClement37

    Submitted

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

    I am proud of the fact at how simple it turned out being. Next time I now know how to center divs better.

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

    Getting the component centered vertically ended up being the biggest challenge for me. Figured out that I could make the body element display flex and that solved it for me instantly

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

    I felt like I was guessing the widths and padding elements trying to eyeball compare to the image. Also I never know which sizing units I should use and when I should use them.

    Mohamed Ahmedā€¢ 120

    @unkmsa

    Posted

    Iam also beginner and centering element can be difficult specialy when you're beginner, i do like to use grid if its only centering element and it takes only two lines of code to do that, im glad you did it and solved your own problems, it's all about solving a problems.

    0