404
The requested page could not be found :(
diff --git a/assets/img/background.svg b/assets/img/background.svg new file mode 100644 index 0000000..ea25295 --- /dev/null +++ b/assets/img/background.svg @@ -0,0 +1,102 @@ + + diff --git a/assets/styles.css b/assets/styles.css index ab40a53..a3d21dc 100644 --- a/assets/styles.css +++ b/assets/styles.css @@ -5,13 +5,18 @@ body { margin: 0; color: #333; font-family: sans-serif; - background-color: #eee; + background-color: #9dd3f0; + background-image: url('/assets/img/background.svg'); + background-repeat: repeat; + background-size: 512px; + background-position: -16px -16px; } header { padding: 16px; margin: 0 0 48px; font-size: 1.1em; background-color: #fff; + box-shadow: 0 8px 16px rgba(0,0,0,0.15); } header .container { display: flex; @@ -24,6 +29,9 @@ footer { margin: 64px 0; padding: 0 32px; } +footer a { + color: #777; +} .container { max-width: 720px; width: 100%; @@ -32,6 +40,8 @@ footer { .content { padding: 16px 32px 32px; background-color: #fff; + border-radius: 8px; + box-shadow: 0 8px 16px rgba(0,0,0,0.15); } .spacer { flex: 1; @@ -56,8 +66,9 @@ footer { h1 { margin: 0; - padding: 16px 32px; - background-color: #9dd3f0; + padding: 0 32px 16px 32px; + /* background-color: #9dd3f0; */ + background-color: #fff; text-align: center; cursor: default; } diff --git a/views/404.php b/views/404.php index d3d6b65..f705c3e 100644 --- a/views/404.php +++ b/views/404.php @@ -1,6 +1,6 @@ layout('template.base', ['title' => $title]) ?> -
The requested page could not be found :(