diff options
-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; |