From 9ad678a9ef00a6ed2c112f187f4c8cd0be1d50a8 Mon Sep 17 00:00:00 2001 From: Yash <75321458+Yashwanth137@users.noreply.github.com> Date: Mon, 20 May 2024 15:52:10 +0530 Subject: [PATCH 1/2] Update index.html --- index.html | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index ea90094..a627094 100644 --- a/index.html +++ b/index.html @@ -80,7 +80,7 @@

Want to contribute to Coding Hustlers Click on Contribute.

-

Basic Programming

+

Basic Programming

@@ -88,13 +88,13 @@

Basic Programming

-

Competitive Programming

+

Competitive Programming

-

Open Source and fellowship

+

Open Source and fellowship

@@ -105,9 +105,8 @@

Open Source and fellowship

- -
+
@@ -142,7 +141,7 @@

Basic Programming

-
+
@@ -181,7 +180,7 @@

“Make it work, make it right, make it fast.” -
+
From 9b6e833426d5e5fc5ec2c2ae74f019ba89234c4b Mon Sep 17 00:00:00 2001 From: Yash <75321458+Yashwanth137@users.noreply.github.com> Date: Mon, 20 May 2024 15:54:03 +0530 Subject: [PATCH 2/2] Update style.css --- assests/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/assests/style.css b/assests/style.css index 0c24eed..e1c169a 100644 --- a/assests/style.css +++ b/assests/style.css @@ -90,14 +90,17 @@ body{ } +a{ + text-decoration: none; + color: white; +} - -.button { +.button{ position: relative; cursor:cell; } -.button:hover{ +.button:hover, a:hover{ color: #e94560 ; } @@ -222,4 +225,4 @@ body{ } .fa-linkedin-square:hover{ color : rgb(0, 119, 181); -} \ No newline at end of file +}