diff options
| author | nathan <nathansmith@disroot.org> | 2025-11-19 08:52:03 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2025-11-19 08:52:03 +0000 |
| commit | 03fdc6494644b1481a87dfda12bb435a0c9b6be4 (patch) | |
| tree | c4a05cc4eea80f61520dd9afc2273984799c57dc /org | |
| parent | 1062a1e809110945bb6bfb21f0998b77f07fb500 (diff) | |
| download | shittyweb-03fdc6494644b1481a87dfda12bb435a0c9b6be4.tar.gz shittyweb-03fdc6494644b1481a87dfda12bb435a0c9b6be4.tar.bz2 shittyweb-03fdc6494644b1481a87dfda12bb435a0c9b6be4.zip | |
Diffstat (limited to 'org')
| -rw-r--r-- | org/css/contact.css | 1 | ||||
| -rw-r--r-- | org/css/shittyweb-classic.css | 37 |
2 files changed, 37 insertions, 1 deletions
diff --git a/org/css/contact.css b/org/css/contact.css index 1704bfc..0395299 100644 --- a/org/css/contact.css +++ b/org/css/contact.css @@ -2,7 +2,6 @@ body { background-color: black; } - #content { margin: auto; color: #00ff00; diff --git a/org/css/shittyweb-classic.css b/org/css/shittyweb-classic.css new file mode 100644 index 0000000..66606f0 --- /dev/null +++ b/org/css/shittyweb-classic.css @@ -0,0 +1,37 @@ +body { + background-color: #dcd1ba; +} + +#content, .container { + color: black; + background-color: #bebebe; + border: 1px solid black; +} + +a:link { + color: #0000EE; +} + +a:visited { + color: #551A8B; +} + +b { + color: black; +} + +.outline-2 { + border: 1px dotted black; +} + +#text-navigation ul { + border: 1px solid black; +} + +#postamble { + width: 25%; + color: black; + background-color: #bebebe; + text-align: center; + margin: auto; +} |
