Added lateral face for desktop
This commit is contained in:
parent
96fcea21a8
commit
7c742f055c
BIN
images/newportrait.jpg
Normal file
BIN
images/newportrait.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.7 MiB |
BIN
images/newportrait_nobg.png
Normal file
BIN
images/newportrait_nobg.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 MiB |
BIN
images/newportrait_nobg.xcf
Normal file
BIN
images/newportrait_nobg.xcf
Normal file
Binary file not shown.
10
style.css
10
style.css
|
@ -191,3 +191,13 @@ 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user