diff --git a/README.md b/README.md
index 37cba2aad..85cc8d369 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Display a calendar in the middle of the screen (both horizontally and vertically
- Set 31 days by default
On hovering over a cell:
+
- cursor should become pointer
- The hovered cell has to become pink (use `#FFBFCB`)
- Move the hovered cell up by `20px` (use `transform`)
@@ -27,7 +28,7 @@ On hovering over a cell:
> Here are the [Layout Tasks Instruction](https://github.com/mate-academy/layout_task-guideline#how-to-solve-the-layout-tasks-on-github)
-*Important note*: In this task, you are allowed to link `*.scss` files directly in HTML `` tags using `href` attribute.
+_Important note_: In this task, you are allowed to link `*.scss` files directly in HTML `` tags using `href` attribute.
This is possible because [we use the Parcel library](https://en.parceljs.org/scss.html) to bundle your solution's source code.
![reference image](reference.png).
@@ -36,13 +37,13 @@ This is possible because [we use the Parcel library](https://en.parceljs.org/scs
❗️ Replace `` with your Github username and copy the links to `Pull Request` description:
-- [DEMO LINK](https://.github.io/layout_calendar/)
-- [TEST REPORT LINK](https://.github.io/layout_calendar/report/html_report/)
+- [DEMO LINK](https://maksym2493.github.io/layout_calendar/)
+- [TEST REPORT LINK](https://maksym2493.github.io/layout_calendar/report/html_report/)
❗️ Copy this `Checklist` to the `Pull Request` description after links, and put `- [x]` before each point after you checked it.
-- [ ] Changing 'month-lengh' and 'start-day' modifier in the code element
-reflects in changing calendar layout
-- [ ] Each day has no modifiers, only class (eg. calendar__day)
-- [ ] All `Typical Mistakes` from `BEM` lesson theory are checked.
-- [ ] Code follows all the [Code Style Rules ❗️](https://mate-academy.github.io/layout_task-guideline/html-css-code-style-rules)
+- [x] Changing 'month-lengh' and 'start-day' modifier in the code element
+ reflects in changing calendar layout
+- [x] Each day has no modifiers, only class (eg. calendar\_\_day)
+- [x] All `Typical Mistakes` from `BEM` lesson theory are checked.
+- [x] Code follows all the [Code Style Rules ❗️](https://mate-academy.github.io/layout_task-guideline/html-css-code-style-rules)
diff --git a/src/index.html b/src/index.html
index c10199d38..c748f89d9 100644
--- a/src/index.html
+++ b/src/index.html
@@ -9,10 +9,43 @@
Calendar
+
-