summaryrefslogtreecommitdiff
path: root/www/static/404.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/static/404.css')
-rw-r--r--www/static/404.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/static/404.css b/www/static/404.css
new file mode 100644
index 0000000..3567ae4
--- /dev/null
+++ b/www/static/404.css
@@ -0,0 +1,18 @@
+#Error-Page-content{
+ margin-left: auto;
+ margin-right: auto;
+ top: 50%;
+ margin-top: -200px;
+ width: 600px;
+ height: 400px;
+ text-align: center;
+ position: relative;
+}
+
+#Error-Page-head{
+ font-size: 120pt;
+}
+
+#Error-Page-description{
+
+}