Skip to content

Commit

Permalink
everything finished
Browse files Browse the repository at this point in the history
  • Loading branch information
abrarhasan529 committed Jan 17, 2024
1 parent 19e2104 commit 19d1c63
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
5 changes: 5 additions & 0 deletions Images/Frame.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ <h1 class="nav-heading">Summit <span class="nav-span1">Travel</span></h1>
<li><a href="">Blog</a></li>
<li><a href="">Contact</a></li>
</ul>
<div class="none">
<img src="Images/Frame.svg" alt="">
</div>
</nav>
<div class="banner">
<div class="parent">
Expand Down
23 changes: 12 additions & 11 deletions styles/travel.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ nav li a{
color: #ff5400;
font-weight: 700;
}
.none{
display: none;
}
.explore{
margin-top: 80px;
}
Expand Down Expand Up @@ -160,18 +163,15 @@ main{
margin-top: 100px;
justify-content: space-between;
border-radius: 16px;
/* border: 1px solid rgba(251, 181, 99, 0.20); */
display: flex;
height: 284px;
gap: 30px;
}
.last-border1{
padding: 40px 20px 0px 20px;
background-color: #fff;
/* border-radius: 16px; */
border: 1px solid #ff5400;
border-radius: 16px;
/* background: rgba(251, 181, 99, 0.05); */
height: 380px;
}
.block{
Expand Down Expand Up @@ -215,11 +215,8 @@ main{
header{
padding: 20px;
}
.nav-div, nav, .banner-input{
.banner-input{
flex-direction: column;
padding: 10px;
gap: 10px;
width: 50%;
}
nav>ul{
flex-direction: column;
Expand All @@ -231,9 +228,6 @@ main{
}
.popular-text{
margin: 0 50px;
}
.popular-img{

}
.margin{
margin: 0 50px;
Expand Down Expand Up @@ -282,8 +276,15 @@ main{
.last1{
width: 230%;
}
.last2{
display: none;
}
.none{
display: block;
}
.banner{
width: 230%;
margin-left: 25px;
margin-top: 30px;
}
}
}

0 comments on commit 19d1c63

Please sign in to comment.