Skip to content

Latest commit

 

History

History
70 lines (39 loc) · 1.83 KB

README.md

File metadata and controls

70 lines (39 loc) · 1.83 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

The challenge

Users should be able to:

  • View the optimal layout depending on their device's screen size
  • See hover and focus states for interactive elements

Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • Flexbox
  • SASS
  • Mobile-first workflow

What I learned

I have learned how to use SASS to build this Product card. However i am having difficulty in dividing the sass into different files. i have tried to do import on variables only. But when i tried to make a separate media query file and used import it didn't work well and the design .

So i was wondering if anyone could give me some tips on writing proper sass and how to properly import files.

Useful resources

Author