diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-31 03:42:57 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-31 03:42:57 +0200 |
commit | d4a2b61296cb74bb9afc1b69ea755491324caa9a (patch) | |
tree | 9b3e7c6ebebc5b060e407d578137416eff5eae85 | |
parent | a98150b346b8ffd41ea0626131559d6195e683ad (diff) |
Place back-ground image in content.
-rw-r--r-- | hjerte.png | bin | 0 -> 2435 bytes | |||
-rw-r--r-- | local.css | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/hjerte.png b/hjerte.png Binary files differnew file mode 100644 index 00000000..7c087e9c --- /dev/null +++ b/hjerte.png @@ -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 { |