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.
Users should be able to:
Understanding the use of flex box and hover state when designing the web page.
button:hover {
color: white;
background-color: transparent;
}
I will continue to work and improve with projects allowing me to make use of flex box, grid and others.