Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,17 +155,17 @@ button{
position: relative;
z-index:1;
}

#asset-pixels{
position: absolute;
align-self: center;
bottom:30%;
left:8%;

top: -38px;
left: -38px;
z-index: -10;
}

#newsletter{
z-index:3;
max-width: 1170px;
min-height: 100px;
background: linear-gradient(90.06deg, #30D7BA 0.05%, #03ABF3 35.43%, #458FF6 99.94%);
border-radius: 8px;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3 class="mx-auto">Want to send us a message?</h3>
</section>

<!-- Footer Section -->
<section id="footer" class="py-5">
<section id="footer" class="py-5 container">
<div id="asset-div">
<img src="assets/asset-newsletter-bg.png" id="asset-pixels">
<div class="container text-center mb-5" id="newsletter">
Expand Down Expand Up @@ -183,4 +183,4 @@ <h3 class="col-md-4">Follow Us</h3>
crossorigin="anonymous"></script>
</body>

</html>
</html>