mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:25:11 +03:00
Changed gen-art image, made parallax
This commit is contained in:
parent
d3a7143788
commit
17530d1994
1 changed files with 7 additions and 1 deletions
|
@ -7,9 +7,15 @@
|
||||||
#gen-art-1{
|
#gen-art-1{
|
||||||
position:absolute;
|
position:absolute;
|
||||||
width:15vw;
|
width:15vw;
|
||||||
|
height: 12.5vw;
|
||||||
right: 5.8vw;
|
right: 5.8vw;
|
||||||
top:300px;
|
top:300px;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
|
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-attachment: fixed;
|
||||||
|
background-position: center;
|
||||||
|
background-repeat: repeat;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
#gen-art-2{
|
#gen-art-2{
|
||||||
|
@ -57,7 +63,7 @@
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<section class="hero-section">
|
<section class="hero-section">
|
||||||
<img src="/Images/gen-art-1.png" alt="gen-art-1" class="gen-art" id="gen-art-1">
|
<div class="gen-art" id="gen-art-1"></div>
|
||||||
<img src="/Images/gen-art-2.png" alt="gen-art-2" class="gen-art" id="gen-art-2">
|
<img src="/Images/gen-art-2.png" alt="gen-art-2" class="gen-art" id="gen-art-2">
|
||||||
<!--<img src="/Images/x-large-grid-hero.svg" id="hero-grid-system" alt="hero-grid-system">-->
|
<!--<img src="/Images/x-large-grid-hero.svg" id="hero-grid-system" alt="hero-grid-system">-->
|
||||||
<div class="container hero-container">
|
<div class="container hero-container">
|
||||||
|
|
Loading…
Reference in a new issue