17
0
Fork 0

Rework website

This commit is contained in:
Quentin 2024-01-11 12:26:45 +01:00
parent c3270f70e1
commit d5461ba881
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 17 additions and 5 deletions

View File

@ -131,12 +131,24 @@ p > code, p > strong > code, li > code, li > strong > code {
/** Home mailbox bg */
#mailbox-container {
background-image: url('/images/mailbox.svg');
background-repeat: no-repeat;
background-position: left;
background-size: cover;
height: 40vh;
position: relative;
overflow: hidden;
}
#mailbox-container::before {
content: "";
position: absolute;
width: 800%;
height: 800%;
top: -50%;
left: -400%;
z-index: -1;
background-image: url('/images/stamp.png');
background-repeat: repeat;
background-attachment: fixed;
height: 70vh;
transform: rotate(-30deg);
}
@media screen and (max-width: 1280px) {

BIN
static/images/stamp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 KiB