From 020ab09657dcfe61f2f690dac90eef64476433fa Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 5 Mar 2014 21:18:40 -0800 Subject: background image --- assets/home.html | 13 +++++++++++++ assets/uluru2.jpg | Bin 0 -> 194522 bytes 2 files changed, 13 insertions(+) create mode 100644 assets/uluru2.jpg (limited to 'assets') diff --git a/assets/home.html b/assets/home.html index d49256c2f..7b14676cd 100644 --- a/assets/home.html +++ b/assets/home.html @@ -20,6 +20,19 @@ header { z-index: 10000; } } +body::after { + content: ''; + background-image:url(assets/uluru2.jpg); + background-position: 50% 50%; + background-repeat: no-repeat; + top: 0; + left: 0; + bottom: 0; + right: 0; + position: absolute; + opacity: 0.5; + z-index: -1; +} diff --git a/assets/uluru2.jpg b/assets/uluru2.jpg new file mode 100644 index 000000000..d58fca390 Binary files /dev/null and b/assets/uluru2.jpg differ -- cgit v1.2.3