diff --git a/README.md b/README.md
index 6a30283def..87ba613560 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 in your HTML
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 Instructions](https://mate-academy.github.io/layout_task-guideline)
-*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.
.
@@ -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://GrizlixXx.github.io/layout_calendar/)
+- [TEST REPORT LINK](https://GrizlixXx.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)
+ 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)
diff --git a/src/index.html b/src/index.html
index c10199d38b..9c4ca4f422 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,5 +1,9 @@
+
-
+
Calendar
-
-