3-Column-Preview-Component

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:

Screenshot

My process

Built with

What I learned

Understanding the use of flex box and hover state when designing the web page.

button:hover {
  color: white;
  background-color: transparent;
}

Continued development

I will continue to work and improve with projects allowing me to make use of flex box, grid and others.

Author