Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 2.04 KB

README.md

File metadata and controls

67 lines (40 loc) · 2.04 KB

Frontend Mentor - Product preview card component solution

This is a solution to the Product preview card component challenge on Frontend Mentor.

Table of contents

Overview

Screenshot

Desktop Screenshot desktop screenshot

Mobile Screenshot Mobile screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • CSS Grid
  • Mobile-first workflow

What I learned

CSS flex Property & Grid template areas finally open my eye toward it.

Continued development

I need to complete more challenges in future.

Useful resources

  • MDN - Grid template areas - This helped me for using grid . I really liked this pattern and will use it going forward.
  • CSS flex Property - This is an amazing article which helped me finally understand flex properties. I'd recommend it to anyone still learning this concept.

Author

Acknowledgments

This is where I can give a hat tip to google helped me out on this project. Thanks google, w3schools & MDN.