More generative art

This commit is contained in:
Thomas Smith 2022-09-21 18:06:03 -04:00
parent 227ea4751d
commit b35059b5f0
2 changed files with 15 additions and 0 deletions

View file

@ -216,6 +216,20 @@
background-size: cover; background-size: cover;
} }
#gen-art-8{
position:absolute;
width: 8.371vw;
height: 8.371vw;
margin-top: 90vw;
left: 20.8vw;
z-index: 0;
background-image: url("/Images/gen-art/pixel-mouth.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-size: cover;
}
</style> </style>
<section class="statistics" style="padding-top: 8.371vw !important; padding-bottom: 8.371vw !important;"> <section class="statistics" style="padding-top: 8.371vw !important; padding-bottom: 8.371vw !important;">
@ -225,6 +239,7 @@
<div class="gen-art" id="gen-art-5"></div> <div class="gen-art" id="gen-art-5"></div>
<div class="gen-art" id="gen-art-6"></div> <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-7"></div>
<div class="gen-art" id="gen-art-8"></div>
<!-- End generative art --> <!-- End generative art -->

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB