From 7f1d03c8594e4adb3771df59dacb9ba1edafee21 Mon Sep 17 00:00:00 2001 From: maggie <mjk488@drexel.edu> Date: Sat, 20 Apr 2024 12:48:53 -0400 Subject: [PATCH] css styling color changes --- main.css | 10 +++++++--- main.html | 4 ++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/main.css b/main.css index 9a6b97a..714f941 100644 --- a/main.css +++ b/main.css @@ -9,7 +9,7 @@ body { } header { - background-color: #333; + background-color: #B5C18E; color: #fff; padding: 10px 0; text-align: center; @@ -28,13 +28,17 @@ section { margin-bottom: 20px; } -h1, h2 { +h1, { + color: #fff; +} + +h2, { color: #333; } footer { text-align: center; - background-color: #333; + background-color: #B5C18E; color: #fff; padding: 10px 0; } \ No newline at end of file diff --git a/main.html b/main.html index 0fbd4b5..e42529e 100644 --- a/main.html +++ b/main.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Your Page Title</title> + <title>Sentiment Text Anaysis</title> <link rel="stylesheet" href="main.css"> <!-- Add any additional metadata, stylesheets, or scripts here --> </head> @@ -16,7 +16,7 @@ <main> <section> <h2>About</h2> - <p>This project is a chrome extension that acts to remind users to keep their comments positive online to make the internet a more positive space.</p> + <p>This project is a chrome extension that acts to remind users to keep their comments positive online with image popups to make the internet a more inclusive space.</p> </section> <section> -- GitLab