mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:05:06 +03:00
More generative art
This commit is contained in:
parent
227ea4751d
commit
b35059b5f0
2 changed files with 15 additions and 0 deletions
|
@ -216,6 +216,20 @@
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#gen-art-8{
|
||||||
|
position:absolute;
|
||||||
|
width: 8.371vw;
|
||||||
|
height: 8.371vw;
|
||||||
|
margin-top: 90vw;
|
||||||
|
left: 20.8vw;
|
||||||
|
z-index: 0;
|
||||||
|
background-image: url("/Images/gen-art/pixel-mouth.jpg");
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: cover;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<section class="statistics" style="padding-top: 8.371vw !important; padding-bottom: 8.371vw !important;">
|
<section class="statistics" style="padding-top: 8.371vw !important; padding-bottom: 8.371vw !important;">
|
||||||
|
@ -225,6 +239,7 @@
|
||||||
<div class="gen-art" id="gen-art-5"></div>
|
<div class="gen-art" id="gen-art-5"></div>
|
||||||
<div class="gen-art" id="gen-art-6"></div>
|
<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-7"></div>
|
||||||
|
<div class="gen-art" id="gen-art-8"></div>
|
||||||
|
|
||||||
<!-- End generative art -->
|
<!-- End generative art -->
|
||||||
|
|
||||||
|
|
BIN
src/static/Images/gen-art/pixel-mouth.jpg
Normal file
BIN
src/static/Images/gen-art/pixel-mouth.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
Loading…
Reference in a new issue