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

    @alejo9456

    Posted

    Great job! You might want to consider using semantic HTML elements like <main> and others instead of relying heavily on <div>. This could further enhance the clarity and accessibility of the content structure, making it easier to understand and maintain in the future. Keep up the good work!

    Marked as helpful

    0
  • bhebbhexo• 10

    @bhebbhexo

    Submitted

    The project was not difficult. It was fair and manageable as a Newbie

    P

    @alejo9456

    Posted

    Hello, nice work!

    As a suggestion, you could wrap your tags inside the <main> tag and apply these styles

    main { 
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    1