diff options
author | nathan <nathansmith@disroot.org> | 2025-05-24 02:57:22 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-05-24 02:57:22 -0600 |
commit | 909a76bcc45e896f8029ec4c8491652f3738d4e3 (patch) | |
tree | 2be1f29405a9b695c1966d6896ed51db5befee20 /org | |
parent | e568b96a03be77b8fd68ed1874289a65a93b49aa (diff) |
Working on better web design
Diffstat (limited to 'org')
-rw-r--r-- | org/css/shitty-theme.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/org/css/shitty-theme.css b/org/css/shitty-theme.css new file mode 100644 index 0000000..8e3da1f --- /dev/null +++ b/org/css/shitty-theme.css @@ -0,0 +1,23 @@ +body { + background-color: #dcd1ba; +} + +#content { + width: 65%; + margin: auto; + background-color: #bebebe; + border: 1px solid black; +} + +.shittyweb-header { + text-align: center; +} + +.org-src-container { + background-color: white; +} + +#postamble { + text-align: center; +} + |