From ba44162281105d6884d389d816ad185f73edd8c3 Mon Sep 17 00:00:00 2001 From: Bill Nibz Date: Thu, 9 Apr 2015 21:59:17 -0400 Subject: [PATCH] Fidgeting... --- 404.html | 7 +++---- src/404.css | 32 +++++++------------------------- 2 files changed, 10 insertions(+), 29 deletions(-) diff --git a/404.html b/404.html index 0a6e061..e914864 100644 --- a/404.html +++ b/404.html @@ -22,10 +22,9 @@
-

Nope. 404.

-

Page not found. Click - here - to go home.

+

404 :: Page Not Found

+

Click here + to go home.

diff --git a/src/404.css b/src/404.css index 548aa46..9f6377f 100644 --- a/src/404.css +++ b/src/404.css @@ -6,8 +6,6 @@ /* General */ -.clean { clear:both;} - body { position: relative; background-color: #EBEBFA; @@ -17,11 +15,7 @@ a,a:visited,a:link,a:focus { text-decoration: none; } -/********** - * * - * Header * - * * - **********/ +/* Header */ header { position: fixed; top: 0px; left: 0px; right: 0px; @@ -49,31 +43,19 @@ header { color: white; text-shadow: 0px 0px 10px blue; } -/********** - * * - * Footer * - * * - **********/ +/* Footer */ + +footer{ + position: fixed; right: 0px; bottom: 10px; +} #cw { font: 0.9em "Lucida Sans Unicode", "Lucida Grande", sans-serif; letter-spacing: 0.4em; color: grey; } -/******** - * * - * Body * - * * - ********/ - -main { - position: relative; top: 0px; left: 0px; z-index: 0; - width: 60%; min-width: 800px; height: 100%; min-height: 800px; - margin: 0px auto; - overflow: auto; -} +/* Body */ article { margin: 50px auto; padding: 10px; } -