Skip to content

m4rcone/blog-preview-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Frontend Mentor Blog Preview Card Challenge

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published