From a5a2d6de4c98e8bd92b33a5a4462fabf4a35a69b Mon Sep 17 00:00:00 2001 From: Anjaliavv51 <154777864+Anjaliavv51@users.noreply.github.com> Date: Wed, 31 Jul 2024 22:18:50 +0530 Subject: [PATCH] update css #1080 --- Css-Files/aboutus.css | 88 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) diff --git a/Css-Files/aboutus.css b/Css-Files/aboutus.css index e69de29b..a115187a 100644 --- a/Css-Files/aboutus.css +++ b/Css-Files/aboutus.css @@ -0,0 +1,88 @@ +.about-us { + display: block; + margin: auto; + width: 100%; + max-width: 52.5rem; + height: 100%; +} +.about-us-heading { + text-align: center; + font-size: 40px; + margin-bottom: 5rem; + margin-top: 5rem; +} +.about-service { + height: auto; + width: 100%; + max-width: 1200px; + margin: -40px auto 0; + display: flex; + justify-content: center; + align-items: center; + flex-wrap: wrap; +} +.sec-1, .sec-2 { + height: auto; + width: 100%; + max-width: 600px; +} +.sec-2 { + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; + gap: 8px; +} +.a-1, .a-2, .a-3 { + height: auto; + min-height: 94px; + width: 100%; + max-width: 500px; + display: flex; + align-items: center; + justify-content: left; + background-color: #111111; + border-radius: 11px; margin-bottom: 10px; +} +.a-l, .b-l, .c-l { + height: 58px; + width: 58px; + border-radius: 50%; + margin: 17px 15px; + border: 2px solid #2f7f81; + flex-shrink: 0; +} +.a-r, .b-r, .c-r { + flex-grow: 1; + margin: 19px 20px; +} +.head-1, .head-2 { + width: 100%; +} +.head-1 { + font-size: 18px; +} +.head-2 { + font-size: 10px; + margin-top: 7px; +} +.h-icon { + margin-left: 10px; + margin-top: 11px; +} +.q-icon { + margin-left: 7px; + margin-top: 7px; +} +.a-icon { + margin-left: 14px; + margin-top: 15px; +} +.about-img { + height: auto; + max-height: 300px; + width: 100%; + max-width: 520px; + margin: 30px auto; + display: block; +} \ No newline at end of file