From 04bd99826d73e2997ded242caa32a3a0a46f4ab4 Mon Sep 17 00:00:00 2001 From: sudhanshu248 Date: Tue, 22 Oct 2024 09:53:50 +0530 Subject: [PATCH 1/2] Enhance the profile cards on contributor page --- contributor/contributor.css | 13 ++++++++++++- contributor/contributor.html | 7 +++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/contributor/contributor.css b/contributor/contributor.css index c1a98fa..a9f7b92 100644 --- a/contributor/contributor.css +++ b/contributor/contributor.css @@ -164,7 +164,10 @@ body { .contributor-contributor-card:hover { transform: translateY(-5px); - box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); + + background-color: aqua; + box-shadow: 1px 1px 12px 4px blue; + border-radius: 10px ; } .contributor-contributor-card img { @@ -270,6 +273,14 @@ body { width: 300px; } +.contributor-contributor-card:hover { + transform: translateY(-5px); + + background-color: aqua; + box-shadow: 1px 1px 12px 4px blue; + border-radius: 10px ; +} + .contributor-notification { background-color: #4CAF50; color: white; diff --git a/contributor/contributor.html b/contributor/contributor.html index 9406f0a..13f495d 100644 --- a/contributor/contributor.html +++ b/contributor/contributor.html @@ -23,6 +23,13 @@ text-decoration: none; border-radius: 5px; } + .contributor-contributor-card:hover { + transform: translateY(-5px); + + background-color: aqua; + box-shadow: 1px 1px 12px 4px blue; + border-radius: 10px ; +} From e210e0d7f93c9260986af02c307b8ae923e87971 Mon Sep 17 00:00:00 2001 From: sudhanshu248 Date: Tue, 22 Oct 2024 09:57:17 +0530 Subject: [PATCH 2/2] Enhnaced all the profile cards on contributor page --- contributor/contributor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/contributor/contributor.css b/contributor/contributor.css index a9f7b92..456fb7e 100644 --- a/contributor/contributor.css +++ b/contributor/contributor.css @@ -160,6 +160,7 @@ body { border-radius: 10px; overflow: hidden; transition: transform 0.3s ease, box-shadow 0.3s ease; + box-shadow: 2px 2px 10px rgb(172, 140, 140); } .contributor-contributor-card:hover {