This is a solution to the Blog preview card challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
Users should be able to:
- See hover and focus states for all interactive elements on the page
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- CSS Pseudo-classes & function
- Mobile-first workflow
In this challenge, I learned more about using clamps and CSS pseudo-classes such as first, nth, and last child; CSS function like clamp; maximizing the use of custom variables for repeated values used in creating this card; and @font-face related to custom fonts.
Areas that I want to continue focusing on in future projects such as exploring and deepening CSS pseudo-classes and functions.
- web.dev - This helped me for learning and exploring the use of CSS pseudo-classes, function, and using font with
@font-face. - Clamp - Article + recommended tools about clamp.
- Frontend Mentor - @Yemima20
