mirror of
https://github.com/ivabus/www
synced 2024-11-10 13:45:14 +03:00
More generative art for mobile statistics section
This commit is contained in:
parent
fbf64ba440
commit
1b6339ff9b
|
@ -215,6 +215,8 @@
|
||||||
<p class="stat-head">PACKAGES AVAILABLE</p>
|
<p class="stat-head">PACKAGES AVAILABLE</p>
|
||||||
<p class="stat-number teal">5,103,789</p>
|
<p class="stat-number teal">5,103,789</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="gen-art-mobile" id="m-gen-art-3"></div>
|
||||||
|
<div class="gen-art-mobile" id="m-gen-art-4"></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 class="metric-block mb-5 mt-4">
|
<div class="metric-block mb-5 mt-4">
|
||||||
<p class="stat-head">AUTHENTICATED DEVS</p>
|
<p class="stat-head">AUTHENTICATED DEVS</p>
|
||||||
|
|
|
@ -601,4 +601,31 @@
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#m-gen-art-3{
|
||||||
|
width: 38vw;
|
||||||
|
height: 19vw;
|
||||||
|
right: 7vw;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 2;
|
||||||
|
display: block;
|
||||||
|
background-image: url("/Images/gen-art/tribal-green.jpg");
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
|
#m-gen-art-4{
|
||||||
|
width: 57.3vw;
|
||||||
|
height: 10vw;
|
||||||
|
left: 7vw;
|
||||||
|
margin-top: 19vw;
|
||||||
|
position: absolute;
|
||||||
|
z-index: 2;
|
||||||
|
display: block;
|
||||||
|
background-image: url("/Images/gen-art/gen-art-_0011_DALL·E 2022-09-01 10.52.27 - neon pink colored subway wall painted in the style of keith haring.png.jpg");
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue