diff --git a/var/www/static/404-floppy-not-found.html b/var/www/static/404-floppy-not-found.html index 78dc27f..0d1e82e 100644 --- a/var/www/static/404-floppy-not-found.html +++ b/var/www/static/404-floppy-not-found.html @@ -4,16 +4,17 @@ INSERT FLOPPY!!! - + - +
+

404 - FLOPPY NOT FOUND

The Score:

1. Push it

- +
diff --git a/var/www/static/404-style.css b/var/www/static/404-style.css index 024d021..1ad141d 100644 --- a/var/www/static/404-style.css +++ b/var/www/static/404-style.css @@ -8,6 +8,10 @@ font-size:60px; text-align: center; } +h1 { + text-align: center; +} + .content { max-width: 600px; margin: auto; @@ -16,5 +20,6 @@ text-align: center; .content img { display: block; margin: auto; - max-width: 100%; -} \ No newline at end of file + //max-width: 100%; + width: 100%; +}