From ba4f74e2613d9e8228ab82ccb65dd4f66e35af17 Mon Sep 17 00:00:00 2001 From: thing1 Date: Sat, 1 Feb 2025 14:42:35 +0000 Subject: init commit --- blogs/output/style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 blogs/output/style.css (limited to 'blogs/output/style.css') 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; +} -- cgit v1.2.3