QR code challenge using HTML5 and CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @Radexman
Hi there, good job on that project! If you don’t mind, I will provide you with some feedback. So I checked your code and it appears that you used <h3> tag and no <h1>, this is considered a mistake because when using headings we want to stick to the so - called hierarchy. You probably did it because the font size was correct. No worries just add <h1> element and change its styling in css. We typically want to start from h1 and move our way to h6. Here is some good resource on that topic:
https://www.contentkingapp.com/academy/headings/
Also you just need to change the font sizes and font weights and your project will be as close to original as possible! But that's a really minor thing.
Overall great work on that project! I hope I was a little bit helpful for you. Keep going and happy coding!
Marked as helpful
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