diff options
-rw-r--r-- | iuse/index.html | 40 |
1 files changed, 15 insertions, 25 deletions
diff --git a/iuse/index.html b/iuse/index.html index f01a920..b725f07 100644 --- a/iuse/index.html +++ b/iuse/index.html @@ -9,30 +9,20 @@ <link rel="icon" type="image/png" href="favicon.png"> <title>GNU plus Linux</title> <style> -body{background-color:#222; color: #eee; margin-right: 5%; margin-left: 5%; font-family: Verdana} -.content -{ - position: relative; - border-radius: 25px; - border: 2px solid #073642; - width: 600px; - margin-top: 20px; - margin-left: auto; - margin-right: auto; -} -.title {text-align: center;} -pre {overflow: auto;} - -.background { - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; - z-index: -1; - overflow: hidden; -} -.middle { text-align: center; font-size: 70%} + body{background-color:#222; color: #eee; margin-right: 5%; margin-left: 5%; font-family: Verdana} + .content + { + position: relative; + border-radius: 25px; + border: 2px solid #073642; + width: 600px; + margin-top: 20px; + margin-left: auto; + margin-right: auto; + } + .title {text-align: center;} + pre {overflow: auto;} + .middle { text-align: center; font-size: 70%} </style> </head> <body> @@ -62,6 +52,6 @@ pre {overflow: auto;} <div class="middle"> want something hosted on this domain? <a href="https://github.com/daniel-Jones/gnupluslinux.com">Send a PR on GitHub</a> or <a href="https://danieljon.es">contact me</a> </div> - </body> + </body> </html> |