diff --git a/index.html b/index.html index 150a0fbb..42ff8f2e 100644 --- a/index.html +++ b/index.html @@ -974,30 +974,33 @@

H
-

Hotels & Resorts

-

-

Best Place for Beautiful Trip

-

-
- hr1 -

- Book Now -

-

- hr2 -

- Book Now -

-

- hr3 -

- Book Now -

-

- hr4 -

- Book Now +
+
+

Hotels & Resorts

+

Best Place for Beautiful Trip

+
+ +
+ hr1 + Book Now +
+ +
+ hr2 + Book Now +
+ +
+ hr3 + Book Now +
+ +
+ hr4 + Book Now +
+




diff --git a/styles.css b/styles.css index 0e180007..c9727089 100644 --- a/styles.css +++ b/styles.css @@ -2568,6 +2568,27 @@ body { 0 0 200px black; } +.hotel .center-card { + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: center; + gap: 20px; + margin-top: 50px; +} + +.hotel .center-card div { + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; +} +.hotel .center-card div .btn{ + bottom: 0; +} + + + /* Testimonial Section */ @media (min-width: 320px) { .testimonials {