z-index stuff

This commit is contained in:
Thomas Smith 2022-09-08 16:24:26 -04:00
parent 4a07c3c1f9
commit 82028d7e3d
2 changed files with 6 additions and 2 deletions

View file

@ -21,11 +21,11 @@
<!-- Teal Impact Section -->
<section class="teal-bg impact-section">
<img src="/Images/grid-left-corner.svg" alt="grid pattern">
<img class="grid-element" src="/Images/grid-left-corner.svg" alt="grid pattern">
<div class="container">
<div class="row">
<div class="col">
<h2 class="black text-center">equitable open-source<br>for web3</h2>
<h2 class="black text-center" style="z-index:2;">equitable open-source<br>for web3</h2>
</div>
</div>
<div class="row">

View file

@ -242,4 +242,8 @@ hr{
.impact-section{
}
.grid-element{
z-index: 1;
}
}