mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:15:07 +03:00
Product gen art
This commit is contained in:
parent
fe27c57d62
commit
76e3444e5d
2 changed files with 32 additions and 5 deletions
|
@ -4,6 +4,9 @@
|
|||
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="pro-gen-art-1"></div>
|
||||
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="pro-gen-art-2"></div>
|
||||
<div class="gen-art animated-5 animatedFadeInUp fadeInUp" id="pro-gen-art-3"></div>
|
||||
<div class="gen-art animated-5 animatedFadeInUp fadeInUp" id="pro-gen-art-4"></div>
|
||||
<div class="gen-art animated-25 animatedFadeInUp fadeInUp" id="pro-gen-art-5"></div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col" style="position:relative; z-index:2;">
|
||||
|
|
|
@ -125,12 +125,36 @@
|
|||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
position: absolute;
|
||||
right: 19.3vw;
|
||||
right: 15.3vw;
|
||||
top: 14.2vw;
|
||||
border-radius: 100px;
|
||||
width: 7vw;
|
||||
height: 7vw;
|
||||
box-shadow: 0px 0px 12px #1a1a1a;
|
||||
border-radius: 200px;
|
||||
width: 12vw;
|
||||
height: 12vw;
|
||||
}
|
||||
|
||||
#pro-gen-art-4{
|
||||
background-image: url("/Images/gen-art/abstract-pattern.png");
|
||||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
position: absolute;
|
||||
left: 30.3vw;
|
||||
top: 10.2vw;
|
||||
border-radius: 200px;
|
||||
width: 8vw;
|
||||
height: 8vw;
|
||||
}
|
||||
|
||||
#pro-gen-art-5{
|
||||
background-image: url("/Images/gen-art/floating-city.png");
|
||||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
position: absolute;
|
||||
left: 16vw;
|
||||
top: 30.2vw;
|
||||
width: 32.7vw;
|
||||
height: 11vw;
|
||||
}
|
||||
|
||||
.teacli-gen-art-1{
|
||||
|
|
Loading…
Reference in a new issue