Design comparison
SolutionDesign
Solution retrospective
The hardest thing for me, as a newbie, is to center the elements on the screen, I always suffer.
Please feel free to give me feedback.
Community feedback
- @superpooperxxxPosted almost 2 years ago
Hi, good job on making this task🔥
- Usually centering is done by flex
display: flex; justify-content: center; align-items: center;
You can study more HERE
- alt attribute is crucial for search engines and screen readers.
❌ <img src="images/image-qr-code.png"> ✅ <img src="images/image-qr-code.png" alt="QR Code leading to frontendmentor.io" >
- <b> tag is useless, forget it. If you need to make something bold use font-weight property. Also check out <strong>
Happy coding❤️ Hope this was helpful
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