From 7531df94c920b4b621f8918c6070f435c0303080 Mon Sep 17 00:00:00 2001 From: nataSokolnikova <167069028+nataSokolnikova@users.noreply.github.com> Date: Mon, 17 Jun 2024 13:27:24 +0300 Subject: [PATCH] add new catalog --- readme.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index 9cc4969ad9..24db221f5b 100644 --- a/readme.md +++ b/readme.md @@ -35,9 +35,9 @@ Make all the changes smooth on hover (during 300ms): ❗️ Copy this `Checklist` to the `Pull Request` description after links, and put `- [x]` before each point after you checked it. -- [ ] All component follow BEM and use SCSS -- [ ] repaeted sizes and special colors are put to variables -- [ ] Grid is used for the columns -- [ ] cards are shown in 1, 2, 3 or 4 columns based on screen resolution -- [ ] All changes on `:hover` are smooth -- [ ] Code follows all the [Code Style Rules ❗️](https://mate-academy.github.io/layout_task-guideline/html-css-code-style-rules) +- [x] All component follow BEM and use SCSS +- [x] repaeted sizes and special colors are put to variables +- [x] Grid is used for the columns +- [x] cards are shown in 1, 2, 3 or 4 columns based on screen resolution +- [x] All changes on `:hover` are smooth +- [x] Code follows all the [Code Style Rules ❗️](https://mate-academy.github.io/layout_task-guideline/html-css-code-style-rules)