summaryrefslogtreecommitdiff
path: root/blogs/output
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-02-01 14:42:35 +0000
committerthing1 <thing1@seacrossedlovers.xyz>2025-02-01 14:42:35 +0000
commitba4f74e2613d9e8228ab82ccb65dd4f66e35af17 (patch)
tree214697d102fbf3ad16f04f53763a93152b02ee19 /blogs/output
init commit
Diffstat (limited to 'blogs/output')
-rw-r--r--blogs/output/style.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/blogs/output/style.css b/blogs/output/style.css
new file mode 100644
index 0000000..c39429b
--- /dev/null
+++ b/blogs/output/style.css
@@ -0,0 +1,29 @@
+body {
+ background: black;
+}
+
+#blogtitle {
+ text-align: center;
+ color: white;
+ scale: 2;
+ padding: 30px
+}
+
+#blogheading {
+ text-align: center;
+ color: white;
+}
+
+#blogcontent {
+ text-align: center;
+ color: white;
+ margin-left: 20%;
+ margin-right: 20%;
+}
+
+#bloglink {
+ margin-left: auto;
+ margin-right: auto;
+ text-align: center;
+ display: block;
+}