This is a solution to the Blog preview card challenge on Frontend Mentor.
Users should be able to:
- See hover and focus states for all interactive elements on the page
- Semantic HTML5 markup
- CSS custom properties
Use CSS function clamp()
.
.card-date {
...
font-size: clamp(0.75rem, 3vw, 0.875rem);
...
}
- Frontend Mentor - @m4rcone