From c420fafaab714efbb891d6c9479865374876e17f Mon Sep 17 00:00:00 2001 From: Binod Subedi Date: Sun, 20 Oct 2024 21:59:41 +0530 Subject: [PATCH] Update style.css --- style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/style.css b/style.css index e18b7ee..e730c17 100644 --- a/style.css +++ b/style.css @@ -300,6 +300,16 @@ section { box-shadow: 3px 3px 3px rgb(26, 21, 21); } +.details-container-edu{ + padding: 1.5rem; + flex: 1; + background: white; + border-radius: 2rem; + border: rgb(53, 53, 53) 0.1rem solid; + border-color: rgb(163, 163, 163); + text-align: center; + box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; +} .section-container { gap: 4rem; height: 80%;