mirror of
https://github.com/ivabus/www
synced 2025-06-08 13:30:26 +03:00
Mobile generative art for white paper page
This commit is contained in:
parent
5410500a40
commit
32a057f85b
1 changed files with 51 additions and 0 deletions
|
@ -1,8 +1,16 @@
|
||||||
|
<!-- Desktop -->
|
||||||
|
|
||||||
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="wp-gen-art-1"></div>
|
<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-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-3"></div>
|
||||||
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="wp-gen-art-4"></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>
|
<style>
|
||||||
|
|
||||||
#wp-gen-art-1{
|
#wp-gen-art-1{
|
||||||
|
@ -62,6 +70,49 @@
|
||||||
background-size: cover;
|
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{
|
h1{
|
||||||
text-shadow: 0px 0px 4px #1a1a1a;
|
text-shadow: 0px 0px 4px #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue