mirror of
https://github.com/ivabus/www
synced 2025-06-08 13:30:26 +03:00
Added generative art to partners section
This commit is contained in:
parent
875565fd50
commit
5eac13370b
3 changed files with 20 additions and 2 deletions
|
@ -257,6 +257,8 @@
|
|||
<div class="col">
|
||||
<img class="partner-logo" id="binance-logo" src="/Images/binance-logo-white.svg" alt="Binance Logo" style="width:16.183vw;">
|
||||
<img class="partner-logo ps-5" id="galaxy-eco-labs" src="/Images/galaxy-eco.svg" alt="Galaxy Eco Logo" style="width:40%;">
|
||||
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid" style="margin-top: -2.8vw;">
|
||||
<div class="gen-art-mobile" id="m-gen-art-9"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -683,4 +683,18 @@
|
|||
background-size: cover;
|
||||
}
|
||||
|
||||
#m-gen-art-9{
|
||||
width: 86vw;
|
||||
height: 19vw;
|
||||
right: 7vw;
|
||||
margin-top: -19vw;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
display: block;
|
||||
background-image: url("/Images/gen-art/colorful-sandal.jpg");
|
||||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -132,8 +132,8 @@ hr{
|
|||
}
|
||||
|
||||
mark{
|
||||
background-color: yellow !important;
|
||||
color: black;
|
||||
background-color: #00ffd0 !important;
|
||||
color: #1a1a1a;
|
||||
}
|
||||
|
||||
/* Homepage */
|
||||
|
@ -435,6 +435,8 @@ mark{
|
|||
|
||||
#galaxy-eco-labs{
|
||||
width: 90% !important;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.footer{
|
||||
|
|
Loading…
Reference in a new issue