Design comparison
SolutionDesign
Solution retrospective
Not my best work, I'd appreciate some feedback
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hello there ๐. Good job on completing the challenge !
I have some suggestions about your code that might interest you.
HTML ๐:
- Use the
<footer>
tag to wrap the footer of the page instead of the<div class="attribution">
. The<footer>
element contains information about the author of the page, the copyright, and other legal information.
- On small screens (320px wide) your component is touching the edges of the screen. Add a margin/padding to prevent the component from touching the edges. screenshot: screencapture-glittering-brigadeiros-24b467-netlify-app
I hope you find it useful! ๐
Happy coding!
0 - Use the
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