Skip to content

aggie-l/Blog-preview-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frontend Mentor - Blog preview card solution

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.

Overview

The challenge

Users should be able to:

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

Screenshots

  • Desktop view:
Screenshot 2024-04-25 at 20 15 11
  • Mobile && Active view:
Screenshot 2024-04-25 at 20 16 01

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learned

A new thing that I learned in this Frontend Mentor challenge was to determine font sizes for different screen sizes using "clamp" function and viewport units in CSS. Also, this exercise helped practice responsive design principles.

Useful resources