More generative art for mobile statistics section

This commit is contained in:
Thomas Smith 2022-09-29 14:35:17 -04:00
parent fbf64ba440
commit 1b6339ff9b
2 changed files with 29 additions and 0 deletions

View file

@ -215,6 +215,8 @@
<p class="stat-head">PACKAGES AVAILABLE</p>
<p class="stat-number teal">5,103,789</p>
</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">
<div class="metric-block mb-5 mt-4">
<p class="stat-head">AUTHENTICATED DEVS</p>

View file

@ -601,4 +601,31 @@
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;
}
}