diff options
author | nathansmith <nathansmith@posteo.com> | 2025-05-03 15:26:30 -0600 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-05-03 15:26:30 -0600 |
commit | 7b24e26e8ec3e8f387d62448a62a764cd8ff1786 (patch) | |
tree | d3a880db0415bc8d18569ead0e0bbc7fb4d0d54e /nathans_philosophy.html | |
parent | ab1dd34b6abe519f8c2a9d74c170dee7b8ed6769 (diff) |
Changed xfce guide a tiny bit
Diffstat (limited to 'nathans_philosophy.html')
-rw-r--r-- | nathans_philosophy.html | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/nathans_philosophy.html b/nathans_philosophy.html index a74c573..d7e9c56 100644 --- a/nathans_philosophy.html +++ b/nathans_philosophy.html @@ -6,10 +6,19 @@ <style> -body { background-image: url('images/nathans_philosophy_background.png'); } +body { + color: black; + background-image: url('images/nathans_philosophy_background.png'); +} -table { color: black; background-color: #bebebe; margin-top: 10px; - margin-bottom: 10px; margin-left: 10px; margin-right: 10px; border=1 } +table { + color: black; + background-color: #bebebe; + margin-top: 10px; + margin-bottom: 10px; + margin-left: 10px; + margin-right: 10px; +} </style> |