Skip to content

harryjupiter148/3-Column-Preview-Card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

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

Screenshots

Desktop View Mobile View

Link

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox

What I learnt

This one right here:

button {
  transition: all 0.5s ease-in;
  &:hover {
    transform: translate(2px, -2px);
    color: hsl(0, 0%, 95%);
    background: none;
  }
}

Author

About

A challenge I took up from Frontend Mentor (frontendmentor.io). I made it as similar as possible and added little of mine to it.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors