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 */ /** Home mailbox bg */
#mailbox-container { #mailbox-container {
background-image: url('/images/mailbox.svg'); height: 40vh;
background-repeat: no-repeat; position: relative;
background-position: left; overflow: hidden;
background-size: cover;
}
#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; background-attachment: fixed;
height: 70vh; transform: rotate(-30deg);
} }
@media screen and (max-width: 1280px) { @media screen and (max-width: 1280px) {

BIN
static/images/stamp.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 832 KiB