mirror of
https://github.com/ivabus/www
synced 2024-11-10 11:15:15 +03:00
More generative art on mobile
This commit is contained in:
parent
a2a8733b82
commit
fbf64ba440
|
@ -88,6 +88,7 @@
|
|||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
|
||||
<img class="mobile-grid-element" src="/Images/mobile-grid-element-3-rows.svg" alt="grid">
|
||||
<div class="gen-art-mobile" id="m-gen-art-1"></div>
|
||||
<div class="gen-art-mobile" id="m-gen-art-2"></div>
|
||||
</div>
|
||||
<div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">
|
||||
</div>
|
||||
|
|
|
@ -585,8 +585,20 @@
|
|||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
|
||||
#m-gen-art-2{
|
||||
width: 19vw;
|
||||
height: 19.5vw;
|
||||
margin-top: -49.5vw;
|
||||
right: 7vw;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
display: block;
|
||||
background-image: url("/Images/gen-art/pixel-mouth.jpg");
|
||||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue