[Component] - Blog preview card with HTML & CSS

Solution retrospective
A more structured and faster process than before. Next time, I would like to explore more deeply about pseudo-classes and functions in CSS and maximise the grid more fully according to the project context.
What challenges did you encounter, and how did you overcome them?The way to use special fonts is only with a single file, where the solution is to use the variable font file and then adjust the weight as needed. Also, when using :first-child
, :nth-child
, and :last-child
, the solution is to observe the hierarchy of HTML elements and then apply the pseudo-class as needed.
For the implementation of :first-child
to :last-child
, has it been implemented correctly, or is there anything I can improve?
Feedback and suggestions would be very helpful, and I do appreciate it.
Thank you.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Gloriaza Odyardy's solution.
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