fix it a lil bit

This commit is contained in:
Sequoia Haynes 2024-12-16 21:48:08 -08:00
parent f2b203140d
commit 433f667cde
2 changed files with 14 additions and 1 deletions

View File

@ -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;
}

View File

@ -103,6 +103,7 @@ input{
height: fit-content;
width:90%;
padding: 20px;
flex-direction: column;
}
#aboutP{
color:black;