Design comparison
Solution retrospective
Cualquier comentario para construir bienvenido sea ... :)
Community feedback
- @jmnyaregaPosted about 3 years ago
Nice work on the challenge, I have a few recommendations:
-
You don't have to duplicate navigation HTML code for mobile and desktop. Use media queries to alter the styling depending on the screen size.
-
section
should be undermain
notheader
. -
Instead of leaving the
alt
attribute of the logo imageundefined
, you can pass the name of the company. In this case,Project Tracking
will suffice. -
Add either
role="presentation"
oralt="" aria-hidden="true"
to a decorative image so that bots can skip it. withoutalt
attribute, the screen readers will read out the path. -
Add a hover state to the button and links.
Otherwise, nicely done 👏👏
Marked as helpful0 -
- @Cooly-o-CatsPosted about 3 years ago
! | Este mensaje es traducido por google | ! ¡Gran trabajo! Parece increíble. ¿Quizás intentar arreglar un poco más tu logo? Se coloca en posiciones extrañas con demasiada frecuencia.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord