Image upload + gen art styling

This commit is contained in:
Thomas Smith 2022-09-16 17:32:06 -04:00
parent c7c73005aa
commit 059990279c
23 changed files with 31 additions and 0 deletions

View file

@ -94,7 +94,38 @@
<!-- Package Section: Before --> <!-- Package Section: Before -->
<style>
.gen-art-3{
background-image: url("/Images/gen-art/gen-art-_0007_DALL·E 2022-09-01 10.00.15 - futuristic billboard of japanese writing in neon lit city.png.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-size: cover;
position: absolute;
margin-top: 16vw;
right: 22vw;
width: 26vw;
height: 16vw;
z-index:2;
}
.gen-art-4{
background-image: url("/Images/gen-art/gen-art-_0011_DALL·E 2022-09-01 10.52.27 - neon pink colored subway wall painted in the style of keith haring.png.jpg");
background-attachment: fixed;
background-position: center;
background-repeat: repeat;
background-size: cover;
position: absolute;
margin-top: 30vw;
right: 16.8vw;
width: 29vw;
height: 28vw;
z-index:1;
}
</style>
<section> <section>
<div class="gen-art-4 light-gray-bg"></div>
<div class="container package_before"> <div class="container package_before">
<div class="row"> <div class="row">
<div class="col"> <div class="col">

Binary file not shown.

After

Width:  |  Height:  |  Size: 346 KiB