Additional generative art

This commit is contained in:
Thomas Smith 2022-10-25 20:19:48 -04:00
parent 32a057f85b
commit 1686d5e19c

View file

@ -10,6 +10,7 @@
<div class="gen-art-mobile" id="m-wp-gen-art-1"></div>
<div class="gen-art-mobile" id="m-wp-gen-art-2"></div>
<div class="gen-art-mobile" id="m-wp-gen-art-3"></div>
<div class="gen-art-mobile" id="m-wp-gen-art-4"></div>
<style>
@ -113,6 +114,20 @@
background-size: cover;
}
#m-wp-gen-art-4{
position:absolute;
width:40vw;
height:40vw;
right: 12vw;
margin-top:20vw;
z-index: 0;
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-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-size: cover;
}
h1{
text-shadow: 0px 0px 4px #1a1a1a;
}