Submitted 27 days ago
Frontend Mentor | QR code component using html, CSS
@Amira-Elsayed-Abdelaziz
Design comparison
SolutionDesign
Community feedback
- @eneskrlosPosted 26 days ago
Hi, Amira Elsayed Abdelaziz , I'm Ernesto. I'm from Cuba. I saw your solution. I think that you should use a code semantic html and you shouldn't use <div> many times. For example :
<figure class="area-figure"> <img id="img_qr" src="./images/image.png" alt="Image" > <figcaption class="area-figure-caption"> <h2>Text</h2><p>Text</p> </figcaption> </figure>
Greetings.
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