Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.6 KB

File metadata and controls

58 lines (38 loc) · 1.6 KB

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

  • HTML5
  • CSS3
  • Flexbox
  • Hover Selectors
  • Reusable Classes
  • CSS Grid
  • Mobile-first workflow

Continued development

One thing I want to work on is getting the widths and paddings more exact. I also want to stop using IDs and more reusable classes.

Author

Acknowledgments

I would like to thank Codecademy for teaching me HTML, CSS and how to use flexboxes really nicely.