From e056809a59efb9f02129ea273e21a12cf96eaca5 Mon Sep 17 00:00:00 2001 From: priyagupta20044 <121642923+priyagupta20044@users.noreply.github.com> Date: Mon, 14 Oct 2024 22:30:47 +0530 Subject: [PATCH] feat: Modified Certificates Section (#340) * Modified certificate section * Modified certificate section --- css/styles.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index 8e42a21..90b17e5 100644 --- a/css/styles.css +++ b/css/styles.css @@ -83,7 +83,6 @@ a.nav-link:hover { } .card { - margin-bottom: 1rem; background-color: #f8f9fa; } @@ -362,6 +361,15 @@ a.nav-link:hover { overflow: hidden; break-inside: avoid; padding: 0; + margin : 15px; + border : 1px solid grey; + border-radius: 3px; + box-shadow: rgba(201, 198, 198, 0.24) 0px 3px 8px; +} + +.flex-card:hover{ + transform:translateY(-5px); + transition: transform 320ms ease-out 50ms; } .card-text {