From 4400b0ba5f5742647bd5612484d6b7e74a44a307 Mon Sep 17 00:00:00 2001 From: Adarsh-Chaubey03 Date: Tue, 8 Oct 2024 10:06:54 +0530 Subject: [PATCH 1/4] craeated image folder --- a.png => images/a.png | Bin b.png => images/b.png | Bin c.png => images/c.png | Bin d.png => images/d.png | Bin index.html | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) rename a.png => images/a.png (100%) rename b.png => images/b.png (100%) rename c.png => images/c.png (100%) rename d.png => images/d.png (100%) diff --git a/a.png b/images/a.png similarity index 100% rename from a.png rename to images/a.png diff --git a/b.png b/images/b.png similarity index 100% rename from b.png rename to images/b.png diff --git a/c.png b/images/c.png similarity index 100% rename from c.png rename to images/c.png diff --git a/d.png b/images/d.png similarity index 100% rename from d.png rename to images/d.png diff --git a/index.html b/index.html index b16ce08..fd8c1f1 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,7 @@ - + From aab2c4b038c523986aa918e7d114219420307b05 Mon Sep 17 00:00:00 2001 From: Adarsh-Chaubey03 Date: Tue, 8 Oct 2024 11:37:04 +0530 Subject: [PATCH 2/4] Update Alien.css --- Alien.css | 33 ++++++++------------------------- 1 file changed, 8 insertions(+), 25 deletions(-) diff --git a/Alien.css b/Alien.css index f0e8199..ad223c3 100644 --- a/Alien.css +++ b/Alien.css @@ -98,33 +98,16 @@ button{ } #instructionsList { - + width: 500px; padding: 10px; - background-color: #007bff; - color: #f8f4f4; - max-height: 300px; /* Set a maximum height to enable scrolling */ + background: linear-gradient(135deg,#33523d,#1b1e48); + color: #eecccc; + max-height: 500px; /* Set a maximum height to enable scrolling */ overflow-y: auto; /* Enable vertical scrolling */ - display: none; + display: block; cursor: pointer; - -} - -/* scrollbar color adding for chrome */ -#instructionsList::-webkit-scrollbar { - width: 12px; /* Width of the scrollbar */ -} - -#instructionsList::-webkit-scrollbar-track { - background: #f1f1f1; /* Background of the scrollbar track */ -} - -#instructionsList::-webkit-scrollbar-thumb { - background: navy; /* Color of the scrollbar handle */ - border-radius: 6px; /* Rounded corners for the scrollbar handle */ -} - -#instructionsList::-webkit-scrollbar-thumb:hover { - background: #555; /* Color on hover */ + margin-left: 15px; + box-shadow: 4px 4px 0px #47697b; } a { @@ -143,7 +126,7 @@ a { border-radius: 50rem; } #instructionsTitle:hover{ - background-color: #0056b3; + background-color: #5c7b9d; transform: scale(1.05); } h3{ From 908242aefe9a4e1864ffa4bdf4fa0fc6508773a0 Mon Sep 17 00:00:00 2001 From: Adarsh Chaubey Date: Tue, 8 Oct 2024 11:45:14 +0530 Subject: [PATCH 3/4] Update Alien.css --- Alien.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alien.css b/Alien.css index ad223c3..d13a3a6 100644 --- a/Alien.css +++ b/Alien.css @@ -103,7 +103,7 @@ button{ background: linear-gradient(135deg,#33523d,#1b1e48); color: #eecccc; max-height: 500px; /* Set a maximum height to enable scrolling */ - overflow-y: auto; /* Enable vertical scrolling */ + overflow-y: auto; display: block; cursor: pointer; margin-left: 15px; From 42ec00f25796d7c9ad7653d206536f3cfbb0fe85 Mon Sep 17 00:00:00 2001 From: Adarsh Chaubey Date: Tue, 8 Oct 2024 11:47:25 +0530 Subject: [PATCH 4/4] Update Alien.css --- Alien.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Alien.css b/Alien.css index d13a3a6..6e35afa 100644 --- a/Alien.css +++ b/Alien.css @@ -98,7 +98,7 @@ button{ } #instructionsList { - width: 500px; + width: 500px; /* Increased to ensure to scrolling */ padding: 10px; background: linear-gradient(135deg,#33523d,#1b1e48); color: #eecccc;