mirror of
https://github.com/ivabus/www
synced 2024-11-16 00:55:06 +03:00
108 lines
3 KiB
HTML
108 lines
3 KiB
HTML
<style>
|
||
|
||
#m-home-gen-art-1{
|
||
position:absolute;
|
||
width:57vw;
|
||
height: 19.3vw;
|
||
left: 6.8vw;
|
||
margin-top:164vw;
|
||
z-index: 1;
|
||
background-image: url("/Images/gen-art/orange-pattern.jpg");
|
||
background-position: center;
|
||
background-repeat: repeat;
|
||
background-size: cover;
|
||
}
|
||
|
||
#m-home-gen-art-2{
|
||
position:absolute;
|
||
width:36vw;
|
||
height: 19.3vw;
|
||
right: 6.8vw;
|
||
margin-top:154vw;
|
||
z-index: 3;
|
||
background-image: url("/Images/gen-art/gen-art-_0010_DALL·E 2022-09-01 10.48.33 - bright blue and green _It’s time we stop robbing Peter to pay Mark and Jeff._.jpg");
|
||
background-position: center;
|
||
background-repeat: repeat;
|
||
background-size: cover;
|
||
}
|
||
|
||
#m-home-gen-art-3{
|
||
position:absolute;
|
||
width:18vw;
|
||
height: 18vw;
|
||
border-radius:200px;
|
||
right: 40vw;
|
||
margin-top:167vw;
|
||
z-index: 3;
|
||
background-image: url("/Images/gen-art/gen-art-_0002_DALL·E 2022-09-01 09.50.45 - rainbow oil spill on pavement.png.jpg");
|
||
background-position: center;
|
||
background-repeat: repeat;
|
||
background-size: cover;
|
||
animation: rotation 10s infinite linear;
|
||
}
|
||
|
||
#m-home-gen-art-4{
|
||
position:absolute;
|
||
width:36vw;
|
||
height: 12vw;
|
||
right: 50vw;
|
||
margin-top:180vw;
|
||
z-index: 2;
|
||
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-position: center;
|
||
background-repeat: repeat;
|
||
background-size: cover;
|
||
}
|
||
|
||
#m-home-gen-art-5{
|
||
position:absolute;
|
||
width:36vw;
|
||
height: 100vw;
|
||
right: 50vw;
|
||
margin-top:20vw;
|
||
z-index: 1;
|
||
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-position: center;
|
||
background-repeat: repeat;
|
||
background-size: cover;
|
||
}
|
||
|
||
#m-home-gen-art-6{
|
||
position:absolute;
|
||
width:36vw;
|
||
height: 60vw;
|
||
right: 30vw;
|
||
margin-top:30vw;
|
||
z-index: 0;
|
||
background-image: url("/Images/gen-art/gen-art-_0020_DALL·E 2022-09-02 12.25.55 - crystals in polarized light under microscope.png.jpg");
|
||
background-position: center;
|
||
background-repeat: repeat;
|
||
background-size: cover;
|
||
}
|
||
|
||
@keyframes rotation {
|
||
from {
|
||
transform: rotate(0deg);
|
||
}
|
||
to {
|
||
transform: rotate(359deg);
|
||
}
|
||
|
||
}
|
||
|
||
@media only screen and (min-width: 576px) {
|
||
|
||
.gen-art-mobile{
|
||
display: none;
|
||
}
|
||
|
||
}
|
||
|
||
</style>
|
||
|
||
<div class="gen-art-mobile animated-25 animatedFadeInUp fadeInUp" id="m-home-gen-art-1"></div>
|
||
<div class="gen-art-mobile animated-5 animatedFadeInUp fadeInUp" id="m-home-gen-art-2"></div>
|
||
<div class="gen-art-mobile" id="m-home-gen-art-3"></div>
|
||
<div class="gen-art-mobile animated-25 animatedFadeInUp fadeInUp" id="m-home-gen-art-4"></div>
|
||
<div class="gen-art-mobile animated-5 animatedFadeInUp fadeInUp" id="m-home-gen-art-5"></div>
|
||
<div class="gen-art-mobile animated-25 animatedFadeInUp fadeInUp" id="m-home-gen-art-6"></div>
|