@codekesh

Keshav Tulsyan
@codekeshAll comments
- @codekesh
It worked. This comment was helpful for me. I understand now that there was overflow back there but this couldn't hit me.
- @dbustamanter@codekesh
You have done good work. It seems nice. But for code, you have to do best practices for writing code.
<img src="../img/image-qr-code.png">
in this line you have missalt
attribute this is used for details, consult guidance on providing text alternatives for images.<article class="contenedor"></article>
You should use<main>
attribute instead of<article>
You make the webpage more robust and functional no matter what screen reader technology is used.