From 092319c933b827fed73a393c5d64d63b3055bbbd Mon Sep 17 00:00:00 2001 From: Sebastian Gutierrez Date: Tue, 29 Oct 2019 23:26:42 -0500 Subject: [PATCH] Redesign 404 page --- public/404.html | 46 +++++++++++++++++++--------------------------- public/style.css | 26 -------------------------- 2 files changed, 19 insertions(+), 53 deletions(-) diff --git a/public/404.html b/public/404.html index 34dfde3..f32a594 100644 --- a/public/404.html +++ b/public/404.html @@ -7,41 +7,33 @@ -
-
- - - -
- + +
-
-

404

- -

Yeah, that page doesn't exist.

-

Maybe if you weren't so adventurous you'd avoid screens like this :)

+
+

404

+ +

Yeah, that page doesn't exist.

+

Maybe if you weren't so adventurous you'd avoid screens like this 😉

- \ No newline at end of file + diff --git a/public/style.css b/public/style.css index e7562dd..2eabf94 100644 --- a/public/style.css +++ b/public/style.css @@ -114,29 +114,3 @@ body { fill: var(--primary); opacity: 1; } - -#error-code { - font-family: Comfortaa; - font-size: 200px; - color: rgb(208, 208, 208); -} - -#dcimg { - width: 300px; -} - -.error { - color: rgb(208, 208, 208); -} - -.plink { - color: rgb(250, 152, 33); -} - -.containerCustom { - width: 100%; - padding-right: 0px; - padding-left: 0px; - margin-right: 0px; - margin-left: 0px; -}