diff options
author | 53hornet <53hornet@gmail.com> | 2018-07-15 18:17:51 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-07-15 18:17:51 -0400 |
commit | 30bca603cbdc3ada6c8cf978f124c2d5348c3b3e (patch) | |
tree | 3fb2be9ddd6943e48bf8be5718146fc8c13936f3 /md/53hor.net/background.html | |
parent | f10ded04350e19377f5c2a904db86c5395d12531 (diff) | |
download | md-site-30bca603cbdc3ada6c8cf978f124c2d5348c3b3e.tar.xz md-site-30bca603cbdc3ada6c8cf978f124c2d5348c3b3e.zip |
Revamped CSS, added per-page backgrounds, added image transfer
Diffstat (limited to 'md/53hor.net/background.html')
-rw-r--r-- | md/53hor.net/background.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/md/53hor.net/background.html b/md/53hor.net/background.html new file mode 100644 index 0000000..9d8a7bb --- /dev/null +++ b/md/53hor.net/background.html @@ -0,0 +1,3 @@ +<style type="text/css"> + body{background-image: url(background.jpg)} +</style> |