
Design comparison
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Fender60
Hi friend, good luck with your learning curve. I would suggest using styles for the footer to push it to the bottom of the page, for example using Flexbox, also to avoid using a cumbersome css construct like this one. .content .date, .content .title, .content .description { margin-top: 12px; } You can enclose this content in a generic block, which you can set generic styles for this content. Good luck on your journey. I'm learning too, so I may be wrong somewhere too!
Marked as helpful
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