Add flowers

This commit is contained in:
Marc Fokkert
2024-05-30 07:44:45 +02:00
parent 36da7e6009
commit 1876388c70
3 changed files with 30 additions and 0 deletions

View File

@@ -34,3 +34,6 @@
<!-- </section>-->
</section>
<div class="background">
</div>

View File

@@ -84,3 +84,30 @@ img.envelope {
width: 64px;
margin-top: 8px;
}
.background {
pointer-events: none;
display: flex;
align-content: flex-end;
justify-items: flex-end;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
&:before {
content: '';
opacity: 25%;
background: no-repeat center top url("../../assets/images/flowers.webp");
width: 100vw;
height: min(300px, 33vh);
position: absolute;
bottom: 0
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB