Submitted almost 2 years ago
I used HTML and CSS, and between trials and errors, I was successful!
@TatyDePaula
Design comparison
SolutionDesign
Community feedback
- @ZMBAIGPosted almost 2 years ago
Hi,
Well done for completing this challenge, still there are some suggestions to make a minor change with semantic HTML element.
<div class="container"> <img src="./images/image-qr-code.png" alt="" />
-Please replace <div class="Container"> with <main class="container"> and also provide
alt="" />
with a vlueable name or description of image<img src="./images/image-qr-code.png" alt="image-qr-code" />
. For further reading and useful information about Semantic HTML please visit this link Click HereHope this will help you.
0
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