From d4a2b61296cb74bb9afc1b69ea755491324caa9a Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 31 Mar 2009 03:42:57 +0200 Subject: Place back-ground image in content. --- hjerte.png | Bin 0 -> 2435 bytes local.css | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 hjerte.png diff --git a/hjerte.png b/hjerte.png new file mode 100644 index 00000000..7c087e9c Binary files /dev/null and b/hjerte.png differ diff --git a/local.css b/local.css index 88d0ce08..cff87d39 100644 --- a/local.css +++ b/local.css @@ -117,6 +117,9 @@ DIV#content { margin: 3em auto 1em; padding: 0; max-width: 50em; + background-image: url("hjerte.png"); + background-repeat: no-repeat; + background-position: 70% 30%; } DIV.notebox { -- cgit v1.2.3