
Solution retrospective
Me resulto sencillo, pero seguramente muchos encontraran varias cosas que corregir o comentar, bienvenidos los comentarios que ayuden a crecer.
Saludos
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@d3vaqa
Good job! in terms of accessibility there are some issues that I have noticed
1 - instated of <div class="cuadro-interno"> it would be much better to use <main class="cuadro-interno"> 2 - in <img src="" alt ="" > in this case its necessary to fill the alteration for your image as => <img src="" alt ="QR Code" > 3 -change <p class="texto-uno"> to <h1 class="texto-uno"> 4 - chuck the <div class="attribution"> class outside your <div class="cuadro-interno"> and put it inside footer tag.
thanks
Marked as helpful
Join 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