From d66e1908b4a5b864ef66e81c9400253c212074ef Mon Sep 17 00:00:00 2001 From: Shivasingh15 Date: Thu, 10 Oct 2024 01:56:13 +0530 Subject: [PATCH] New feature added like button --- index.html | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++- style.css | 12 ++++++ 2 files changed, 130 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index ae4165ad..445cd707 100644 --- a/index.html +++ b/index.html @@ -82,7 +82,20 @@

Wireless Controllers for PlayStation 4

+
+
Controller @@ -112,8 +125,21 @@

Controllers for Xbox One and Series X

+
-
+ + >
Controller
@@ -143,7 +169,20 @@

Wireless Controllers for Nintendo Switch

+
+
Controller @@ -174,7 +213,20 @@

VR Headset from Meta

+
+
Controller @@ -205,7 +257,20 @@

VR Headset from Apple

+
+
Controller @@ -236,7 +301,20 @@

High Performance Gaming Mouse

+
+
Gaming Mouse @@ -267,7 +345,20 @@

Mechanical Gaming Keyboard

+
+
Gaming Keyboard @@ -298,7 +389,20 @@

Wireless Gaming Headset

+
+
Gaming Headset @@ -329,7 +433,20 @@

Ergonomic Gaming Chair

+
+
Gaming Chair diff --git a/style.css b/style.css index 58aedfd6..bcb745c2 100644 --- a/style.css +++ b/style.css @@ -381,6 +381,18 @@ button:hover img { gap: 15px; } +.btn{ + background: transparent; + border: none; + margin: 10px; + font-size: 40px; + outline: none; + color: gray; +} + +.btn i:hover{ + cursor : pointer; +} .col-1::after { content: ''; width: 10px;