Design comparison
SolutionDesign
Solution retrospective
hello , this is my solution for news homepage template , any advices can make it better is appreciate.
Community feedback
- @DytomaPosted almost 2 years ago
Hey👋
Good job on completing this challenge👏
Here are some suggestions you can use to improve your solution.
- As you can see your
footer
element is overlapping with the page's content. So, to avoid that you can use atop: 0
instead ofbottom: 0
for users to see who coded the website immediately when they visit the page or leave it as it is but it will be at the bottom of the page thus offscreen; at least it won't cause any overlapping problems. - Instead of the
article
element you can justsection
elements and then for the sections you can usearticle
I think it'll be better.
Happy coding🙌
Marked as helpful0 - As you can see your
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