mirror of
https://github.com/ivabus/www
synced 2025-06-08 13:30:26 +03:00
Additional generative art
This commit is contained in:
parent
32a057f85b
commit
1686d5e19c
1 changed files with 15 additions and 0 deletions
|
@ -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-1"></div>
|
||||||
<div class="gen-art-mobile" id="m-wp-gen-art-2"></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-3"></div>
|
||||||
|
<div class="gen-art-mobile" id="m-wp-gen-art-4"></div>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
@ -113,6 +114,20 @@
|
||||||
background-size: cover;
|
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{
|
h1{
|
||||||
text-shadow: 0px 0px 4px #1a1a1a;
|
text-shadow: 0px 0px 4px #1a1a1a;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue