Skip to content

Commit

Permalink
Revert "Fixed issue #703 - fixed Travel Discussion Forum"
Browse files Browse the repository at this point in the history
  • Loading branch information
PriyaGhosal authored Oct 15, 2024
1 parent 1296700 commit fa6a424
Showing 1 changed file with 13 additions and 56 deletions.
69 changes: 13 additions & 56 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -751,62 +751,19 @@ <h3>Adventure Trek in Himachal</h3>
</div>
</section>
<!--forum Section-->
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
.forum_1 {
background-color: #f0f0f0;
padding: 20px;
text-align: center;
}
h1 {
color: #333;
margin-bottom: 20px;
}
.hi {
display: flex;
justify-content: center;
}
.hi ul {
list-style-type: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.hi li {
margin: 5px 10px;
}
.hi a {
text-decoration: none;
color: #0066cc;
font-weight: bold;
transition: color 0.3s ease;
}
.hi a:hover {
color: #004080;
}
</style>
<body>
<header class="forum_1">
<h1>Travel Discussion Forum</h1>
<nav class="hi">
<ul>
<li><a href="#destinations">Destinations</a></li>
<li><a href="#travel-planning">Travel Planning</a></li>
<li><a href="#experiences">Travel Experiences</a></li>
<li><a href="#gear">Travel Gear</a></li>
<li><a href="#safety">Travel Safety</a></li>
<li><a href="#sustainable">Sustainable Travel</a></li>
</ul>
</nav>
</header>
</body>
</html>
<header class="forum_1">
<h1>Travel Discussion Forum</h1>
<nav class="hi">
<ul>
<li><a href="#destinations">Destinations</a></li>
<li><a href="#travel-planning">Travel Planning</a></li>
<li><a href="#experiences">Travel Experiences</a></li>
<li><a href="#gear">Travel Gear</a></li>
<li><a href="#safety">Travel Safety</a></li>
<li><a href="#sustainable">Sustainable Travel</a></li>
</ul>
</nav>
</header>

<main>
<section id="destinations">
Expand Down

0 comments on commit fa6a424

Please sign in to comment.