Design comparison
SolutionDesign
Solution retrospective
2nd project. Issues: -shrinking everything to get it to the exact size as the preview images.
Community feedback
- @frank-itachiPosted over 1 year ago
Hello there π. You did a good job!
I have some suggestions about your code that might interest you.
HTML π:
- Get rid of the
class="container"
attribute of the<main>
tag because there must be only one main tag in the HTML document so you don't need to classify it. - Wrap the
<div class="attribution">
inside the<footer>
tag.
I hope you find it useful! ππ Above all, the solution you submitted is greatπ!
Happy
<coding />
π!Marked as helpful1 - Get rid of 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