Generative art in next section of stats on mobile

This commit is contained in:
Thomas Smith 2022-09-29 14:42:43 -04:00
parent 1b6339ff9b
commit a2eab651c9
2 changed files with 30 additions and 0 deletions

View file

@ -222,6 +222,8 @@
<p class="stat-head">AUTHENTICATED DEVS</p>
<p class="stat-number teal"><span id="count2">500,000</span></p>
</div>
<div class="gen-art-mobile" id="m-gen-art-5"></div>
<div class="gen-art-mobile" id="m-gen-art-6"></div>
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
<div class="metric-block" style="float:right;">
<p class="stat-head">OS CONTRIBUTIONS</p>

View file

@ -628,4 +628,32 @@
background-size: cover;
}
#m-gen-art-5{
width: 58vw;
height: 30vw;
left: 16.5vw;
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;
}
#m-gen-art-6{
width: 20vw;
height: 20vw;
right: 16.5vw;
margin-top: 5vw;
border-radius: 100px;
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;
}
}