summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets/css/common/404.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/assets/css/common/404.css')
-rw-r--r--themes/PaperMod/assets/css/common/404.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/themes/PaperMod/assets/css/common/404.css b/themes/PaperMod/assets/css/common/404.css
new file mode 100644
index 0000000..8a23430
--- /dev/null
+++ b/themes/PaperMod/assets/css/common/404.css
@@ -0,0 +1,11 @@
+.not-found {
+ position: absolute;
+ left: 0;
+ right: 0;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ height: 80%;
+ font-size: 160px;
+ font-weight: 700;
+}