From aa211024ccfca3c7f7105d07c2bf7b3105090762 Mon Sep 17 00:00:00 2001 From: Are Date: Fri, 1 Nov 2024 13:12:33 -0400 Subject: [PATCH] Update styles.css --- docs/styles.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/styles.css b/docs/styles.css index 1346814..0265e5c 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -71,17 +71,20 @@ a:hover { /* Footer Section */ footer { - background-color: #333; - color: #fff; - text-align: center; - padding: 1rem; - font-size: 0.9rem; + background-color: #f1f1f1; /* Light grey background */ + padding: 10px; + text-align: center; /* Center the text */ + position: relative; /* Make sure it stays in the flow of the page */ + bottom: 0; /* Stick to the bottom of the page */ + width: 100%; /* Full width */ } footer p { - margin: 0.5rem 0; + margin: 5px 0; /* Space between paragraphs */ + color: #333; /* Dark text color for contrast */ } + /* Responsive Styling */ @media (max-width: 768px) { header h1 {