Skip to content

dieudonneallognon/3-column-preview-card-component

Repository files navigation

Frontend Mentor - 3-column preview card component solution

This is a solution to the 3-column preview card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • See hover states for interactive elements

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Flexbox
  • CSS Grid
  • Desktop-first workflow
  • Less

What I learned

For this project, I used some css animations for active states.

a {
  &:hover {
    ...
    transition: all 0.25s ease-in;
  }
}

Author