diff options
author | Your Name <you@example.com> | 2025-04-23 19:56:39 -0600 |
---|---|---|
committer | Your Name <you@example.com> | 2025-04-23 19:56:39 -0600 |
commit | 6fb88f460c96f33d11f73fac083a672ee4262276 (patch) | |
tree | c6d039320b340a9663a67b68da694f1c7bae50d3 | |
parent | c589a3b9a8855775a6756c5b6a4eb0a163c7e38c (diff) |
padding in index
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | styles.css | 7 |
2 files changed, 10 insertions, 0 deletions
@@ -16,6 +16,8 @@ </table> </center> +<div> + <p>Welcome to my spaceship. I host a few personal services here, publish a feed of notes and posts, and I'll hopefully be hosting many public services as time goes on. I want to participate in an intergalactic community--from the Salt Lake City area and out--slinging text files across the stars, organizing, and sharing our art/projects/speech through Free software.</p> <h2>My feed</h2> @@ -37,6 +39,7 @@ <h2>Contact me</h2> <p>Feel free to contact me over email (admin@skylarcloud.slmail.me), or Signal (oat.50). If you want to suggest additions/modifications/fixes to the content of the site, diff files over email are convenient and appreciated but not necessary.</p> +</div> <center> <img src="badges/she-her.gif" alt="SHE/HER" title="My pronouns are she/her"> @@ -58,3 +58,10 @@ a:active { background-color: transparent; text-decoration: underline; } + +div { + padding-top: 20px; + padding-right: 35px; + padding-bottom: 20px; + padding-left: 35px; +} |