From 3400a9e4e870a612584ba2111b1e9358d2fb1a14 Mon Sep 17 00:00:00 2001 From: Indu Gundam Date: Wed, 16 Oct 2024 22:05:44 +0530 Subject: [PATCH] Modified text alignment for rating Signed-off-by: Indu Gundam --- index.html | 36 ++++++++++++++++++------------------ style.css | 15 +++++++++++++-- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/index.html b/index.html index ca5d0c37..a54f1a24 100644 --- a/index.html +++ b/index.html @@ -144,9 +144,9 @@

Wireless Controllers for PlayStation 4

(2252 reviews)

- Overall Rating: -

4.1★

+ Overall Rating4.1
+
@@ -174,9 +174,9 @@

Controllers for Xbox One and Series X

(1189 reviews)

- Overall Rating: -

4.8★

+ Overall Rating4.8
+
@@ -205,9 +205,9 @@

Wireless Controllers for Nintendo Switch

(3145 reviews)

- Overall Rating: -

4.2★

+ Overall Rating4.2
+
@@ -236,9 +236,9 @@

VR Headset from Meta

(871 reviews)

- Overall Rating: -

4.2★

+ Overall Rating4.2
+
@@ -267,9 +267,9 @@

VR Headset from Apple

(235 reviews)

- Overall Rating: -

4.8★

+ Overall Rating4.8
+
@@ -298,9 +298,9 @@

High Performance Gaming Mouse

(9256 reviews)

- Overall Rating: -

5.0★

+ Overall Rating5.0
+
@@ -329,9 +329,9 @@

Mechanical Gaming Keyboard

(6184 reviews)

- Overall Rating: -

4.5★

+ Overall Rating4.5
+
@@ -360,9 +360,9 @@

Wireless Gaming Headset

(8452 reviews)

- Overall Rating: -

4.7★

+ Overall Rating4.7
+
@@ -391,9 +391,9 @@

Ergonomic Gaming Chair

(3564 reviews)

- Overall Rating: -

4.8★

+ Overall Rating4.8
+
diff --git a/style.css b/style.css index 2ab5dedb..23922a06 100644 --- a/style.css +++ b/style.css @@ -694,12 +694,23 @@ button { align-items: center; } +.overall-rating .rating-value { + margin-left: 8px; /* Adds space between the heading and rating */ + color: #ff3c6d; /* Sets the rating value to pink */ + font-weight: 600; /* Makes the rating value bold */ + line-height: 1; +} + .overall-rating .star { - margin-left: 5px; - color: #ff3c6d; + margin-left: 2px; /* Small gap between the rating value and the star */ + color: #ff3c6d; /* Star color is pink as well */ font-weight: 600; + line-height: 1; } + + + .footer { background: #303036; color: #d3d3d3;