aboutsummaryrefslogtreecommitdiff
path: root/static/css
diff options
context:
space:
mode:
authorErg <uinarf@autistici.org>2024-11-28 16:40:51 +0100
committerErg <uinarf@autistici.org>2024-11-28 16:40:51 +0100
commitbf8efbce7f202f1f7650f628955fb0e42d343a1f (patch)
treed80a2556b24efdd4a9e0d8e6f5f6a11bcb3b5afd /static/css
downloadfastapi_blog-bf8efbce7f202f1f7650f628955fb0e42d343a1f.tar.gz
fastapi_blog-bf8efbce7f202f1f7650f628955fb0e42d343a1f.tar.bz2
fastapi_blog-bf8efbce7f202f1f7650f628955fb0e42d343a1f.zip
Initial commit. Serving main page and static html files, extra 404 error, contains openrc service file and accompanying scriptHEADmaster
Diffstat (limited to 'static/css')
-rw-r--r--static/css/error_404.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/css/error_404.css b/static/css/error_404.css
new file mode 100644
index 0000000..d3c0dd3
--- /dev/null
+++ b/static/css/error_404.css
@@ -0,0 +1,13 @@
+h1 {
+ text-align: center;
+ font-size: xx-large;
+ color: #FFFFFF;
+}
+
+body {
+ background-color: #000000;
+}
+
+.centered {
+ text-align: center;
+}