diff options
author | daniel-Jones <daniel@danieljon.es> | 2018-05-07 14:03:40 +0930 |
---|---|---|
committer | daniel-Jones <daniel@danieljon.es> | 2018-05-07 14:03:40 +0930 |
commit | 35ef09543b4ab309ec3ec69ec71942397fe3ade0 (patch) | |
tree | d36bdaf784418abf4cbb71195ab84b41f899d9d5 /iuse/index.html | |
parent | e59f3da2b5ce49febd1bfc1de4ea99623a0213f9 (diff) | |
download | gnupluslinux.com-35ef09543b4ab309ec3ec69ec71942397fe3ade0.tar.gz gnupluslinux.com-35ef09543b4ab309ec3ec69ec71942397fe3ade0.zip |
added tiled background
Diffstat (limited to 'iuse/index.html')
-rw-r--r-- | iuse/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iuse/index.html b/iuse/index.html index 4b04e49..7792821 100644 --- a/iuse/index.html +++ b/iuse/index.html @@ -9,7 +9,7 @@ <link rel="icon" type="image/png" href="favicon.png"> <title>GNU plus Linux</title> <style> - body{background-color: #ffe6ff; color: #353535; margin-right: 5%; margin-left: 5%; font-family: Verdana;} + body{background-color: #ffe6ff; color: #353535; margin-right: 5%; margin-left: 5%; font-family: Verdana; background: #ffe6ff url(tile.png) repeat center center fixed;} .content { background-color: #fafafa; |