Replace <your_account>
with your Github username and copy the links to Pull Request description:
Follow this instructions
Implement layout using grid layout
- Replace
flex
withgrid
- Media queries
- There should be four columns starting at
1024px
- There should be three columns starting at
768px
- There should be two columns starting at
488px
- There should be one column below
488px
- There should be four columns starting at
- Gap between cards should be
48px
- Do not modify header
- Blocks should start from the left
- write styles in
src/styles/_catalog.scss
- use SCSS in this task
- pay attention to the responsive
- card's width is
200px
including borders
- Use 2 spaces for indentation.
- Don't use repeated styles.