From 0e5c1f5781ca8f62c2550ff6d41f02dca419c970 Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Wed, 26 Jun 2024 15:40:29 +0530 Subject: [PATCH 1/2] border and box shadow --- src/Components/footer_section/services/Services.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Components/footer_section/services/Services.css b/src/Components/footer_section/services/Services.css index b5c83f36..2155552d 100644 --- a/src/Components/footer_section/services/Services.css +++ b/src/Components/footer_section/services/Services.css @@ -32,6 +32,8 @@ } .service-post { + border: 2px solid #6052ff; + box-shadow: 7px 7px 32px 0 #6052ff; background: #19162c; padding: 20px; border-radius: 10px; @@ -58,7 +60,8 @@ .service-post:hover { transform: translateY(-5px); - box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); + /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */ + box-shadow: 7px 7px 32px 0 #6052ff; } .service-post.expanded .content { From f4f1d9899e55716fa08b33d8a149061341b1b26f Mon Sep 17 00:00:00 2001 From: supriya gautam <141560711+supriyagaut@users.noreply.github.com> Date: Wed, 26 Jun 2024 16:37:07 +0530 Subject: [PATCH 2/2] Career page recreate --- src/Components/Careers/careers.css | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/Components/Careers/careers.css b/src/Components/Careers/careers.css index 5f3fe865..4f82aef0 100644 --- a/src/Components/Careers/careers.css +++ b/src/Components/Careers/careers.css @@ -27,8 +27,8 @@ .searchCareers1 { display: flex; + gap: 0px; justify-content: center; - gap: 50px; } .searchCareers1 input { @@ -122,7 +122,7 @@ color: white; font-size: 30px; font-weight: bold; - text-decoration: underline; + /* text-decoration: underline; */ } .Careers2abHeading{ display: flex; @@ -168,18 +168,23 @@ .boxes4Careers{ width: 652px; height: 500px; - outline: 5px solid #ff6347; + /* outline: 5px solid #ff6347; */ padding: 40px; display: flex; flex-direction: column; + border: 2px solid #6052ff; + box-shadow: 7px 7px 32px 0 #6052ff; background-color: #13093d; border-radius: 50px; } .box4desc{ text-align: justify; - font-size: 30px; - font-weight: bold; + /* font-size: 30px; */ + /* font-weight: bold; */ margin-bottom: 45px; + font-size: 25px; + font-weight: 400; + word-spacing: -1px; } .writerCareers{ font-size: 30px;