
Please log in to post a comment
Log in with GitHubCommunity feedback
- @davidagredano
Great project overall, well done! I just have a few suggestions for improvement:
-
For the title hover effect, I think it would look better if you used the same yellow as the background to keep the color scheme consistent.
-
I felt there could be a bit more space below the date. You could add some
margin-bottom
, or even better, use flexbox withrow-gap
to create consistent spacing between elements. -
Instead of a
<div class="main-container">
, you could have used a<main>
element for better semantic HTML.
Other than that, really nice work!
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