Design comparison
SolutionDesign
Community feedback
- @KaczupinkoPosted 3 months ago
Your project looks good, but keep in mind that the .attribution element is disrupting the overall layout. It should be fixed at the bottom of the page, similar to this:
.attribution { position: absolute; bottom: 10px; width: 100%; text-align: center; font-size: 11px; color: var(--white); }
This will ensure it stays at the bottom, giving the page a more polished appearance.
Marked as helpful0@jasmeetttPosted 3 months ago@Kaczupinko Thanks for the tip , I will keep that in mind next time i do some projects
1
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