Skip to content

a responsive component that has 3 columns, and interactive effects with buttons.

Notifications You must be signed in to change notification settings

omarYasserM/3-column-preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties

What I learned

a trick i used to make the color of the text at buttons the same as the color of the column

.column > button {
  color: inherit;
}

Continued development

making responsive designs is still challenging, but fun part of css! gonna keep learning how to do things the best way.

Author

About

a responsive component that has 3 columns, and interactive effects with buttons.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published