mirror of
https://github.com/ivabus/www
synced 2024-11-10 12:35:15 +03:00
gen art for last section of stats on mobile
This commit is contained in:
parent
a2eab651c9
commit
44ccad879c
|
@ -229,6 +229,8 @@
|
||||||
<p class="stat-head">OS CONTRIBUTIONS</p>
|
<p class="stat-head">OS CONTRIBUTIONS</p>
|
||||||
<p class="stat-number teal">500,000</p>
|
<p class="stat-number teal">500,000</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="gen-art-mobile" id="m-gen-art-7"></div>
|
||||||
|
<div class="gen-art-mobile" id="m-gen-art-8"></div>
|
||||||
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
|
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -656,4 +656,31 @@
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#m-gen-art-7{
|
||||||
|
width: 20vw;
|
||||||
|
height: 19vw;
|
||||||
|
left: 7vw;
|
||||||
|
margin-top: 9.5vw;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 2;
|
||||||
|
display: block;
|
||||||
|
background-image: url("/Images/gen-art/gen-art-_0021_DALL·E 2022-09-02 12.26.00 - crystals in polarized light under microscope.png.jpg");
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
#m-gen-art-8{
|
||||||
|
width: 48vw;
|
||||||
|
height: 19vw;
|
||||||
|
right: 7vw;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 2;
|
||||||
|
display: block;
|
||||||
|
background-image: url("/Images/gen-art/gen-art-_0010_DALL·E 2022-09-01 10.48.33 - bright blue and green _It’s time we stop robbing Peter to pay Mark and Jeff._.jpg");
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue