Skip to content

Commit

Permalink
Add Exclusive partner
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zmiycharov committed Oct 17, 2024
1 parent 4a0c00b commit 9713685
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
<p class="s">00</p>
</div>
</div>
<div class="partners-heading">
<h1>Exclusive partner:</h1>
</div>
<div class="slider">
<div id="partners"></div>
</div>
Expand Down
17 changes: 16 additions & 1 deletion styles/carousel.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
position: relative;
max-width: 100vw;
height: 50%;
padding: 0.8em 0;
padding: 0;
}

.slider::before, .slider::after {
Expand All @@ -44,6 +44,21 @@
top: 0;
}

.partners-heading {
margin: auto;
position: relative;
max-width: 100vw;
height: 10%;
padding: 0;
text-align: center;
}

.partners-heading h1 {
position: absolute;
bottom: 0;
width: 100%;
}

#partners {
height: 100%;
padding: 1em 0;
Expand Down
2 changes: 1 addition & 1 deletion styles/main-content.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.time-container {
height: 50%;
height: 40%;
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit 9713685

Please sign in to comment.