Design comparison
SolutionDesign
Solution retrospective
my first html project .
Community feedback
- @Mennatallah-HishamPosted about 1 year ago
Hi anishdai00,
Congratulations on completing your first challenge
you did great 👍
here are some suggestions to improve your code:
- add background color to main/body
- center card using flexbox
.parent{ display:flex; align-items:center; justify-content:center; min-height:100vh; }
- wrap your card in <article>
<article> <img src="./images/image-qr-code.png" alt="QR code pointing to frontendmentor.io" width="288" height="288"> <h1>Improve your frontend skills by building projects</h1> <p>scan the QR code to visit frontend mentor and take your coding skills to next level </p> </article>
Hope you find this helpful, Happy Coding
Marked as helpful1
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