diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-24 23:47:45 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-24 23:47:45 +0200 |
| commit | bd24273d096399b96a88574a0033db03739a8d6c (patch) | |
| tree | 0485b0ebf32652b573ac091aa4525796b07fdeb2 /content/styles/style.css | |
| parent | ddf900c6cc70bf88844f79753b7b412d1a31d3b4 (diff) | |
official initial commit
Diffstat (limited to 'content/styles/style.css')
| -rw-r--r-- | content/styles/style.css | 34 |
1 files changed, 34 insertions, 0 deletions
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; +} |
