Create a pages with product card using flexbox, BEM and SCSS based on this mockup.
Here are the Layout Tasks Instructions
- reset browser's default margins
- card width is
200pxincluding border - use images from src/images
- change link styles on
:hover - add
data-qa="card"attribute to the card block - add
data-qa="hover"attribute to the linkBUY background-image: url()should be relative to theindex.scss. So should start with../images.- Rewrite
starsblock from the Stars task with SCSS and use it - Find the required font on google fonts and use.
❗️ Replace <your_account> with your Github username and copy the links to Pull Request description:
❗️ Copy this Checklist to the Pull Request description after links, and put - [x] before each point after you checked it.
- there 2 BEM blocks
cardandstarseach in it own file - SCSS Nesting is used for
elements,modifiersandpseudo-classes - SCSS Variables are used for main values and placed in a separate file
- all
stars--Nmodifiers work as expected (Highlight firstNstars) - Code follows all the Code Style Rules ❗️