Skip to content

Commit

Permalink
missing text placeholder added to the banner
Browse files Browse the repository at this point in the history
  • Loading branch information
nuhainul committed Jan 16, 2024
1 parent 0317d42 commit a86330e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions css/responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@
border-radius: 16px;
color: #FFF;
text-align: center;
padding-top: 32px;
padding-bottom: 0px;
padding-top: 20px;
padding-bottom: 10px;
margin-bottom: 20px;
}

.header-banner-content h2 {
Expand All @@ -86,7 +87,7 @@
flex-direction: column;
justify-content: center;
gap: 24px;
padding-top: 24px;
/* padding-top: 24px; */
background-color: rgba(255, 255, 255, 0.30);
/* max-width: 800px; */
margin-bottom: 32px;
Expand Down
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ body {
border-radius: 16px;
color: #FFF;
text-align: center;
padding-top: 100px;
padding-top: 40px;
padding-bottom: 105px;
}

Expand All @@ -125,7 +125,7 @@ body {
display: inline-flex;
justify-content: center;
gap: 24px;
padding-top: 24px;
padding: 16px;
background-color: rgba(255, 255, 255, 0.30);
max-width: 800px;
}
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h2 class="explore">Explore Your Travel</h2>
happy with us. We do things with love and care.</p>
</div>
<div class="selectors-wrap">
<div class=""><button class="xp-btn"></button></div>
<div class=""><button class="xp-btn">Where go</button></div>
<div class=""><button class="xp-btn">When</button></div>
<div class=""><button class="xp-btn">Select Type</button></div>
<div class=""><button class="xp-btn find-now-btn">Find Now</button></div>
Expand Down

0 comments on commit a86330e

Please sign in to comment.