mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:05:06 +03:00
Added another piece of generative art
This commit is contained in:
parent
56e9516347
commit
31783f03c0
2 changed files with 15 additions and 0 deletions
|
@ -80,6 +80,7 @@
|
|||
|
||||
<section>
|
||||
<div class="gen-art" id="gen-art-3"></div>
|
||||
<div class="gen-art" id="gen-art-4"></div>
|
||||
<div class="container package_before">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
|
|
|
@ -40,6 +40,20 @@
|
|||
z-index:1;
|
||||
}
|
||||
|
||||
#gen-art-4{
|
||||
background-image: url("/Images/gen-art/gen-art-_0012_DALL·E 2022-09-01 11.14.14 - a surrealist dream-like oil painting by Salvador Dalí of a tea cup melting i.jpg");
|
||||
background-attachment: fixed;
|
||||
background-position: left;
|
||||
background-repeat: repeat;
|
||||
background-size: contain;
|
||||
position: absolute;
|
||||
margin-top: 9.5vw;
|
||||
right: 8.371vw;
|
||||
width: 12.556vw;
|
||||
height: 12.556vw;
|
||||
z-index:1;
|
||||
}
|
||||
|
||||
#gen-art-5{
|
||||
position:absolute;
|
||||
width:24.275vw;
|
||||
|
|
Loading…
Reference in a new issue