More genertaive art in statitsics section

This commit is contained in:
Thomas Smith 2022-09-22 14:25:34 -04:00
parent 31783f03c0
commit ffa79ddb9c
2 changed files with 15 additions and 0 deletions

View file

@ -123,6 +123,7 @@
<div class="gen-art" id="gen-art-6"></div>
<div class="gen-art" id="gen-art-7"></div>
<div class="gen-art" id="gen-art-8"></div>
<div class="gen-art" id="gen-art-9"></div>
<!-- End generative art -->

View file

@ -109,3 +109,17 @@
background-repeat: repeat;
background-size: cover;
}
#gen-art-9{
position:absolute;
width: 8.371vw;
height: 24vw;
margin-top: 70vw;
right: 8.371vw;;
z-index: 0;
background-image: url("/Images/gen-art/gen-art-_0010_DALL·E 2022-09-01 10.48.33 - bright blue and green _Its time we stop robbing Peter to pay Mark and Jeff._.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-size: cover;
}