From 433f667cde158fdc3dbb11701269d04798402e32 Mon Sep 17 00:00:00 2001 From: Sequoia Haynes Date: Mon, 16 Dec 2024 21:48:08 -0800 Subject: [PATCH] fix it a lil bit --- about.html | 14 +++++++++++++- styles/index.css | 1 + 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/about.html b/about.html index d554ea0..7869f00 100644 --- a/about.html +++ b/about.html @@ -10,7 +10,19 @@ display: flex; flex-direction: column; } - p h3 h2 h1 { + p { + color:black; + font-family: "Raleway", "Arial", sans-serif; + } + h1{ + color:black; + font-family: "Raleway", "Arial", sans-serif; + } + h2{ + color:black; + font-family: "Raleway", "Arial", sans-serif; + } + h3{ color:black; font-family: "Raleway", "Arial", sans-serif; } diff --git a/styles/index.css b/styles/index.css index cc65e28..2e53686 100644 --- a/styles/index.css +++ b/styles/index.css @@ -103,6 +103,7 @@ input{ height: fit-content; width:90%; padding: 20px; + flex-direction: column; } #aboutP{ color:black;