From bd24273d096399b96a88574a0033db03739a8d6c Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Thu, 24 Oct 2024 23:47:45 +0200 Subject: official initial commit --- content/styles/style.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 content/styles/style.css (limited to 'content/styles') diff --git a/content/styles/style.css b/content/styles/style.css new file mode 100644 index 0000000..725b930 --- /dev/null +++ b/content/styles/style.css @@ -0,0 +1,34 @@ +body { + background-color: black; + color: pink; +} + +p { + padding-bottom: 30px; +} + +#wrapper { + background-color: #000000; + max-width: 974px; + min-width: 850px; + margin: auto; + margin-top: -10px; +} + +.center { + text-align: center; + justify-content: center; +} + +.left { + text-align: left; + justify-content: center; +} + +.limit-text-width { + width: 50%; +} + +.header_linker { + font-size: x-small; +} -- cgit v1.2.3