Visual studio code

Solution retrospective
Easy and funny HTML,CSS
Please log in to post a comment
Log in with GitHubCommunity feedback
- Account deleted
Congrats on completing this challenge!
To center you content to your page, add the following to your body element:
body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
Marked as helpful - @Naleeka
You have a good solution
You should use alt attribute in the imgs, and describe it as where it navigate the user
<img src="images/image-qr-code.png" alt=" qrcode to frontendmentor website">
and you could at least use a
<h1></h1>
tag in a page , it will improve your accessibility of the webpagePut in a
<h1>
tag instead of a<h3>
tag and change it's font-size using cssOverall, Excellent work ! Hopefully this feedback helps
happy coding ❤
Join 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