@AndreaDiPiPietroSubmitted 9 months ago
Iarley Alves
@Iarley-01All comments
- @Iarley-01Posted 9 months ago
Awesome man, good soluction. Some tips for you:
-
Use HTML Semantic tags like <header>, <section>, <main>, <footer> instead <div> to improve the acessibility of your project.
-
try replace most of your <span> by the <strong> tag
Marked as helpful0 -
- @progressive-newbie263Submitted 9 months agoWhat are you most proud of, and what would you do differently next time?
resubmit learning path
What challenges did you encounter, and how did you overcome them?resubmit learning path
What specific areas of your project would you like help with?resubmit learning path
@Iarley-01Posted 9 months agoAs a best pratice, use only one <h1> tag in your web page and increase the font-sizes for smaller devices, use CSS media queries for this. But, good job.
1