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

  • Boris• 340

    @Blagoja95

    Posted

    Nice responsive page. You should add in every section h2-h6 to avoid errors generated by html validator. For validation, you can check if password have at least 8 characters. That's a standard practice. Good job

    1
  • Boris• 340

    @Blagoja95

    Posted

    All good. Nice job

    0
  • Boris• 340

    @Blagoja95

    Posted

    Congratulation for finishing your first challenge. Some notes to take:

    • To fix those report issues found on your project, try to semantic HTML, put all your elements inside <main> tag, use <h1> element insted of <p> like you used for your component. More info about Semantic HTML: https://www.freecodecamp.org/news/semantic-html5-elements/ -Try to make your components close as possible to the provided design.

    All in all nice job, good luck.

    Marked as helpful

    0
  • Brian Abbott• 10

    @burnedfaceless

    Submitted

    I tried to set this up with Flexbox. I couldn't get it exactly like the original layout wise.

    Any information would be greatly appreciated.

    Boris• 340

    @Blagoja95

    Posted

    Congratulation for finishing your first coding challenge. You should try something easier. Build some components first, improve your HTML/CSS, then go up to something more challenging. Solution for accessibility issues is to put all your content inside <main> tag. Nice JS. Keep up the good work! Good luck.

    0