Mobile generative art for white paper page

This commit is contained in:
Thomas Smith 2022-10-25 20:14:17 -04:00
parent 5410500a40
commit 32a057f85b

View file

@ -1,8 +1,16 @@
<!-- Desktop -->
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="wp-gen-art-1"></div>
<div class="gen-art animated-5 animatedFadeInUp fadeInUp" id="wp-gen-art-2"></div>
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="wp-gen-art-3"></div>
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="wp-gen-art-4"></div>
<!-- Mobile -->
<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>
<style>
#wp-gen-art-1{
@ -62,6 +70,49 @@
background-size: cover;
}
#m-wp-gen-art-1{
position:absolute;
width:29vw;
height: 19.3vw;
left: 6.8vw;
margin-top:164vw;
z-index: 3;
background-image: url("/Images/gen-art/orange-pattern.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-size: cover;
}
#m-wp-gen-art-2{
position:absolute;
width:15vw;
height:15vw;
left: 29.8vw;
margin-top:155vw;
border-radius: 200px;
z-index: 3;
background-image: url("/Images/gen-art/dream-tree.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-size: cover;
}
#m-wp-gen-art-3{
position:absolute;
width:38.5vw;
height:9.5vw;
right: 6.8vw;
margin-top:154.5vw;
z-index: 3;
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;
}