mirror of
https://github.com/ivabus/www
synced 2024-11-10 16:35:15 +03:00
More genertaive art in statitsics section
This commit is contained in:
parent
31783f03c0
commit
ffa79ddb9c
|
@ -123,6 +123,7 @@
|
|||
<div class="gen-art" id="gen-art-6"></div>
|
||||
<div class="gen-art" id="gen-art-7"></div>
|
||||
<div class="gen-art" id="gen-art-8"></div>
|
||||
<div class="gen-art" id="gen-art-9"></div>
|
||||
|
||||
<!-- End generative art -->
|
||||
|
||||
|
|
|
@ -109,3 +109,17 @@
|
|||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#gen-art-9{
|
||||
position:absolute;
|
||||
width: 8.371vw;
|
||||
height: 24vw;
|
||||
margin-top: 70vw;
|
||||
right: 8.371vw;;
|
||||
z-index: 0;
|
||||
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-attachment: fixed;
|
||||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue