Added lateral face for desktop

This commit is contained in:
Mattia Mascarello 2024-07-27 22:59:20 +02:00
parent 96fcea21a8
commit 7c742f055c
4 changed files with 10 additions and 0 deletions

BIN
images/newportrait.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 MiB

BIN
images/newportrait_nobg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 MiB

BIN
images/newportrait_nobg.xcf Normal file

Binary file not shown.

View File

@ -190,4 +190,14 @@ header {
.baseColor { .baseColor {
filter: none; filter: none;
}
body {
background: url(images/newportrait_nobg.png);
background-repeat: no-repeat;
background-size: cover;
/* shift image left by 25% */
background-attachment: fixed;
background-position-y: 30%;
background-position-x: 1000px;
} }