diff --git a/index.html b/index.html index c0b7ef0..731ee90 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,49 @@ min-height: 100vh; margin: 0; } - + .video-container h3{ + font-size: 3rem; + display: flex; + justify-content: center; + text-align: center; + margin-top: 4rem; + } + .content{ + /* display: flex; */ + justify-content: center; + text-align: center; + } + .content h3{ + font-size: 3rem; + display: flex; + justify-content: center; + text-align: center; + /* margin-top: 10px; */ + } + .row{ + margin-top: 15px; + transition: transform 0.3s ease; + box-shadow: 0 5px 10px rgba(0,0,0,0.3); + transition: box-shadow 0.4s ease,transform 0.4s ease; + } + .row:hover{ + transform: scale(1.1); + box-shadow: 0px 15px 30px rgba(0,0,0,0.5); + } + .content p{ + font-size: 2rem; + justify-content: center; + align-items: center; + /* margin-top: 1rem; */ + } + .para{ + margin-top: 1rem; + } + .btn{ + justify-content: center; + align-items: center; + margin-right: 50px; + } #root { flex: 1; } @@ -271,20 +313,20 @@

Your Health, Our Priority

about us

- +
- +

who we are

Our Commitment to Healthcare

-

Welcome to Swasthya Point! We have been dedicated to providing exceptional healthcare services to +

Welcome to Swasthya Point! We have been dedicated to providing exceptional healthcare services to our community.

-

Our skilled team of professionals utilizes advanced technology to deliver personalized care +

Our skilled team of professionals utilizes advanced technology to deliver personalized care across various specialties, including emergency services and wellness programs.

Learn more diff --git a/style.css b/style.css index a0eb876..7bb1047 100644 --- a/style.css +++ b/style.css @@ -87,8 +87,9 @@ section{ .btn{ /* display: inline-block; */ - margin-top: 1rem; - margin-left: 30rem; + margin-top: 3rem; + /* margin-left: 10rem; */ + margin-bottom: 10px; border-radius: 5rem; background: #333; color: #fff;