Skip to content
Snippets Groups Projects
Commit 7f1d03c8 authored by Maggie Kocorowski's avatar Maggie Kocorowski
Browse files

css styling color changes

parent 254533e6
Branches
No related tags found
No related merge requests found
......@@ -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
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment