mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:55:06 +03:00
z-index stuff
This commit is contained in:
parent
4a07c3c1f9
commit
82028d7e3d
2 changed files with 6 additions and 2 deletions
|
@ -21,11 +21,11 @@
|
||||||
<!-- Teal Impact Section -->
|
<!-- Teal Impact Section -->
|
||||||
|
|
||||||
<section class="teal-bg 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="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col">
|
<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>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
|
@ -242,4 +242,8 @@ hr{
|
||||||
.impact-section{
|
.impact-section{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.grid-element{
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue