mirror of
https://github.com/ivabus/www
synced 2024-11-10 15:05:16 +03:00
z-index stuff
This commit is contained in:
parent
4a07c3c1f9
commit
82028d7e3d
|
@ -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">
|
||||
|
|
|
@ -242,4 +242,8 @@ hr{
|
|||
.impact-section{
|
||||
}
|
||||
|
||||
.grid-element{
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue