From 720601ce2ca3c6cda60b96cc3eeb5e07b487d1ce Mon Sep 17 00:00:00 2001 From: Nwoye Chinedu Date: Sun, 17 Nov 2024 19:38:42 +0100 Subject: [PATCH] Update index2.html --- index2.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index2.html b/index2.html index 77b4acb..7295c64 100644 --- a/index2.html +++ b/index2.html @@ -200,6 +200,7 @@ box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); transition: transform 0.3s, box-shadow 0.3s; justify-content: center; + width: 95%; /* Adjust width as needed */ } .grid-item:hover { transform: translateY(-5px); @@ -214,7 +215,10 @@ margin-bottom: 10px; } .grid-item a { - color: #007bff; + color: #03dbfc; + } + .grid-item a:hover { + color: #fcad03; }