@Drstrange373Submitted 8 months ago
P
Alejandro Villanueva
@alejo9456All comments
- @alejo9456Posted 8 months ago
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 helpful0 - @bhebbhexoSubmitted 8 months ago
The project was not difficult. It was fair and manageable as a Newbie
@alejo9456Posted 8 months agoHello, nice work!
As a suggestion, you could wrap your tags inside the
<main>
tag and apply these stylesmain { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
1