Skip to content

Cooly-o-Cats/3ColCard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

Desktop Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS
  • Flexbox
  • Mobile-first workflow
  • Media Queries for responsiveness

What I learned

I learned a variety of things during this project.

  • First of all, I learned new ways to use CSS Selectors. Such as:
.btn-text.sedan{
/* Properties */
}
.card-button:hover .btn-text{
/* Properties */
}

Which allow more specific selections on elements.

  • Second, I learned that designing and coding mobile first allows for much easier time when creating breakpoints. And improving responsiveness on all devices!

Continued development

Flex or "Flex Box" is always a good tool to use. When I started this project I thought I'd be using CSS Grid, but Flex was just the way to go. I plan to continue these challenges and improve my skills. As well as work with JS

Author

Acknowledgments

Thanks to Frontend Mentor, as always for this amazing project. Enjoy the result!

Releases

No releases published

Packages

No packages published