Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 829 Bytes

README.md

File metadata and controls

43 lines (26 loc) · 829 Bytes

Blog preview card solution

This is a solution to the Blog preview card challenge on Frontend Mentor.

Overview

The challenge

Users should be able to:

  • See hover and focus states for all interactive elements on the page

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties

What I learned

Use CSS function clamp().

.card-date {
  ...
  font-size: clamp(0.75rem, 3vw, 0.875rem);
  ...
}

Author