Responsive QR Code Page

Solution retrospective
I think i did well with my html
What challenges did you encounter, and how did you overcome them?I had challenges with the styling and it took me a little while before i got it right. I had to watch tutorials to get it right
What specific areas of your project would you like help with?I need help with my styling
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@makogeboris
Hi amnesia2k, great job, here are some suggestions
- All content should be wrapped within landmarks. Wrap a
main
tag around the container and afooter
for the attribution. font-size
should be in rem not px.- You don't really need media queries for this challenge but if have to, it must be defined in rem or em not px.
- Consider using a modern CSS reset at the start of the styles in every project. Like this one modern css reset.
- All content should be wrapped within landmarks. Wrap a
- Account deleted
Hi there. Good work on completing the challenge!
I do have a couple of suggestions to keep in mind:
- Adding text to the alt attribute of the
<img>
element would make the content more accessible and can provide information for the image if the user can't see it. - Consider using
margin-left
andmargin-right
in your CSS to control the layout better rather than using the<br>
element.
Adjust the font sizes for the header. Otherwise, keep it up!
- Adding text to the alt attribute of the
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