From a9f0cd9ecf7682c58e5a498508d6e86811fff1c8 Mon Sep 17 00:00:00 2001 From: Vitalii Hutsalo Date: Wed, 16 Oct 2024 15:29:30 +0300 Subject: [PATCH 1/3] solution --- readme.md | 6 +++--- src/index.html | 45 ++++++++++++++++++++++++++++++++++++++++++++- src/style.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index b8c3a1d3f2..007ef6bde6 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ Implement the [Stars Block](https://www.figma.com/file/ojkArVazq7vsX0nbpn9CxZ/Moyo-%2F-Catalog-(ENG)?node-id=11325%3A2960) used in a card and catalog. -Hold `Alt` key (`Option` on MacOS) to measure distances in Figma. +Hold `Alt` key (`Option` on MacOS) to measure distances in Figma. > Here are the [Layout Tasks Instructions](https://mate-academy.github.io/layout_task-guideline) @@ -22,8 +22,8 @@ Hold `Alt` key (`Option` on MacOS) to measure distances in Figma. ❗️ Replace `` with your Github username and copy the links to `Pull Request` description: -- [DEMO LINK](https://.github.io/layout_stars/) -- [TEST REPORT LINK](https://.github.io/layout_stars/report/html_report/) +- [DEMO LINK](https://VitaliiHutsalo.github.io/layout_stars/) +- [TEST REPORT LINK](https://VitaliiHutsalo.github.io/layout_stars/report/html_report/) ❗️ Copy this `Checklist` to the `Pull Request` description after links, and put `- [x]` before each point after you checked it. diff --git a/src/index.html b/src/index.html index 3e4d7e8ab0..7a897ed22a 100644 --- a/src/index.html +++ b/src/index.html @@ -1,3 +1,4 @@ + @@ -12,7 +13,49 @@ href="./style.css" /> + -

Stars

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/style.css b/src/style.css index a63fa10d43..06968908f8 100644 --- a/src/style.css +++ b/src/style.css @@ -1 +1,45 @@ /* add styles here */ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} + +.stars { + display: flex; +} + +.stars__star { + display: flex; + background-image: url(images/star.svg); + width: 16px; + height: 16px; + border-radius: 0.5px; + background-repeat: no-repeat; + background-position: center; + margin-right: 4px; +} + +.stars--1 :first-child { + background-image: url(./images/star-active.svg); +} + +.stars--2 :nth-child(-n + 2) { + background-image: url(images/star-active.svg); +} + +.stars--3 :nth-child(-n + 3) { + background-image: url(images/star-active.svg); +} + +.stars--4 :nth-child(-n + 4) { + background-image: url(images/star-active.svg); +} + +.stars--5 :nth-child(-n + 1), +.stars--5 :nth-child(-n + 2), +.stars--5 :nth-child(-n + 3), +.stars--5 :nth-child(-n + 4), +.stars--5 :nth-child(-n + 5) { + background-image: url(images/star-active.svg); +} From dca60e684ac0e7be452c88b9f9c93e20bc288322 Mon Sep 17 00:00:00 2001 From: Vitalii Hutsalo Date: Wed, 16 Oct 2024 15:48:20 +0300 Subject: [PATCH 2/3] solution --- src/index.html | 120 ++++++++++++++++++++++++++++++++++++------------- src/style.css | 2 +- 2 files changed, 91 insertions(+), 31 deletions(-) diff --git a/src/index.html b/src/index.html index 7a897ed22a..7480121389 100644 --- a/src/index.html +++ b/src/index.html @@ -16,46 +16,106 @@
-
-
-
-
-
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
-
-
-
-
-
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
-
-
-
-
-
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
-
-
-
-
-
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
+
-
-
-
-
-
+
+
+ +
+
+ +
+
+ +
+
+ +
+
+
-
-
-
-
-
+
+
+ +
+
+ +
+
+ +
+
+ +
+
diff --git a/src/style.css b/src/style.css index 06968908f8..45a9ab8e88 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,5 @@ /* add styles here */ -* { +html{ margin: 0; padding: 0; box-sizing: border-box; From 1cef9f7682770a571c8606dc7738dc45e6b1550f Mon Sep 17 00:00:00 2001 From: Vitalii Hutsalo Date: Wed, 16 Oct 2024 15:54:03 +0300 Subject: [PATCH 3/3] solution --- src/index.html | 93 +++++++++++++++++--------------------------------- src/style.css | 3 +- 2 files changed, 33 insertions(+), 63 deletions(-) diff --git a/src/index.html b/src/index.html index 7480121389..fed9728bcf 100644 --- a/src/index.html +++ b/src/index.html @@ -16,106 +16,75 @@
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
- -
-
+
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
-
-
+
+ +
-
-
+
-
-
+
-
-
- -
-
+
diff --git a/src/style.css b/src/style.css index 45a9ab8e88..9a0b57b4b7 100644 --- a/src/style.css +++ b/src/style.css @@ -1,5 +1,6 @@ /* add styles here */ -html{ +html, +body { margin: 0; padding: 0; box-sizing: border-box;