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%;