Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
akshitasood08 committed Jul 4, 2024
1 parent 582936e commit 8f4858c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Go Trip</title>
<title>The Nomad Moth</title>
</head>

<body>
Expand All @@ -15,7 +15,7 @@

<!--===========Nav Bar=================-->
<section class="nav-bar">
<div class="logo">Go Trip</div>
<div class="logo">The Nomad Moth</div>
<ul class="menu">
<li><a href="#">home</a></li>
<li><a href="#">tours</a></li>
Expand Down Expand Up @@ -196,7 +196,7 @@ <h2>The Dark Forest Adventure</h2>
</div>
<div class="about-text">
<small><b>ABOUT OUR COMPANY</b></small>
<h2>We are Go Trip Ravels Support Company</h2>
<h2>We are The Nomad Moth - Your Travel planners</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud</p>
Expand All @@ -221,12 +221,12 @@ <h3>Quick Links</h3>
</ul>
</div>
<div class="links">
<h3>New Products</h3>
<h3>New Trips</h3>
<ul>
<li>Woman Cloth</li>
<li>Fashion Accessories</li>
<li>Man Accessories</li>
<li>Rubber made Toys</li>
<li>Chardham Yatra</li>
<li>Kullu - Manali</li>
<li>Rishikesh</li>
<li>Kedarnath Dham</li>
</ul>
</div>
<div class="links">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ ul.menu {

.card img {
max-width: 100%;
height: 300px;
height: 350px;
border-radius: 8px;
cursor: pointer;
align-items: center;
Expand Down

0 comments on commit 8f4858c

Please sign in to comment.