mirror of
https://github.com/ivabus/www
synced 2024-11-23 00:15:05 +03:00
Added generative art to 'partners' section
This commit is contained in:
parent
a079e45840
commit
e86e89e993
3 changed files with 15 additions and 1 deletions
|
@ -185,9 +185,10 @@
|
|||
<!-- partners -->
|
||||
|
||||
<section class="partners">
|
||||
<div class="gen-art" id="gen-art-10"></div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<div class="col" style="position:relative; z-index: 2;">
|
||||
<h2>partners</h2>
|
||||
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
||||
<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.</p>
|
||||
|
|
BIN
src/static/Images/gen-art/colorful-sandal.jpg
Normal file
BIN
src/static/Images/gen-art/colorful-sandal.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 987 KiB |
|
@ -123,3 +123,16 @@
|
|||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
#gen-art-10{
|
||||
position:absolute;
|
||||
width: 50vw;
|
||||
height: 25vw;
|
||||
right: 8.371vw;;
|
||||
z-index: 0;
|
||||
background-image: url("/Images/gen-art/colorful-sandal.jpg");
|
||||
background-attachment: fixed;
|
||||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue