Skip to content

Commit

Permalink
Merge pull request #1592 from swati-204/fix/heading-visibility
Browse files Browse the repository at this point in the history
Fix/heading visibility
  • Loading branch information
PriyaGhosal authored Oct 26, 2024
2 parents 7d4eb8c + 7a58fed commit 1be424a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ <h4>Fly</h4>
</section>
<!-- deals -->
<section id="deals" class="deals-section">
<h2>Exclusive Deals and Offers</h2>
<h2 style="color: #000000;">Exclusive Deals and Offers</h2>
<p>Explore our best deals on flights, hotels, and travel packages. Save big on your next adventure!</p>

<div class="carousel">
Expand Down Expand Up @@ -2130,18 +2130,30 @@ <h1 id="h1darkbtn">Travel Discussion Forum</h1>
}
}
</style>
<h1 style="padding-left:40%;color:#022f5e;padding-top:2px">Destination Guide</h1>
<h1 style="padding-left:40%;color: rgba(255, 255, 248, 0.953);padding-top:8px ; margin: 5px 0 2px;">Destination Guide</h1>
<section id="destinations">

<div class="post-container">

<h3>Share Your Experiences</h3>
<form id="postForm">
<p>Share your experience and guidence</p>
<textarea id="postContent" placeholder="Write your post here..." required></textarea>
<button type="submit">Submit</button>
</form>
</div>
</div>
<style>

.post-container {
background: linear-gradient(135deg, #f0cac0, #c7dcf7); /* Gradient background */

border-radius: 8px;
color: white;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);

}


</style>

<!-- Right image of a destination inside a container -->
<div class="destination-image-container">
Expand Down Expand Up @@ -2440,7 +2452,7 @@ <h2>Thank You!</h2>
</main>

<section id="testimonials" class="testimonials-section">
<h2 class="testimonials-heading" >Testimonials</h2>
<h2 class="testimonials-heading" style="color: rgba(255, 255, 248, 0.953)">Testimonials</h2>

<div class="testimonials-container">
<div class="header1 test">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ video {
h2 {
text-align: center;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
color: black;
color: rgba(188, 188, 177, 0.953);
}
.location-cards {
display: flex;
Expand Down

0 comments on commit 1be424a

Please sign in to comment.