From 6b0772691227ec8f7cc8494c455fd54dc5d73712 Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 3 Jan 2025 13:42:13 -0500 Subject: [PATCH] styling of about and behavior pages --- about.php | 4 +--- behavior.php | 4 +--- style/style.css | 5 +++++ 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/about.php b/about.php index 2705fb5..77be3de 100644 --- a/about.php +++ b/about.php @@ -11,8 +11,7 @@
-

About this website and why I made it.

-
+

About this website and why I made it.

When I was a kid there was s service called Freewebs where you could make your own website about whatever really. I used it for a gaming group I was a part of @@ -36,7 +35,6 @@

Take care intenet stranger, I hope you make something great!

-
diff --git a/behavior.php b/behavior.php index 15e1c6e..7bb7a18 100644 --- a/behavior.php +++ b/behavior.php @@ -11,8 +11,7 @@
-

Things I've learned about cats from behaviors displayed by Baxter

-
+

Things I've learned about cats from behaviors displayed by Baxter

Before reading, I want to stress that I am not an authority on cats, and that I think we can all agree that our cats are very unique in personality and behavior. However, I wanted to post these as @@ -56,7 +55,6 @@

That's all for now, I do hope to add more soon!

Top of page -
diff --git a/style/style.css b/style/style.css index aebe1e0..b45ca1d 100644 --- a/style/style.css +++ b/style/style.css @@ -26,6 +26,7 @@ body { flex-direction: column; align-items: center; color: var(--text-color); + font-family: Arial, Verdana, Tahoma, Georgia, monospace; } main { @@ -141,6 +142,10 @@ main { padding: 1rem; } +.behavior-section h1, .about-section h1, .behavior-section h3, .behavior-section p, .about-section p { + padding: 1rem; +} + a { text-decoration: none; }