diff --git a/images/newportrait.jpg b/images/newportrait.jpg new file mode 100644 index 0000000..3df8f08 Binary files /dev/null and b/images/newportrait.jpg differ diff --git a/images/newportrait_nobg.png b/images/newportrait_nobg.png new file mode 100644 index 0000000..726890d Binary files /dev/null and b/images/newportrait_nobg.png differ diff --git a/images/newportrait_nobg.xcf b/images/newportrait_nobg.xcf new file mode 100644 index 0000000..d82ff5e Binary files /dev/null and b/images/newportrait_nobg.xcf differ diff --git a/style.css b/style.css index 55a4435..0814ac2 100644 --- a/style.css +++ b/style.css @@ -190,4 +190,14 @@ header { .baseColor { 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; } \ No newline at end of file