Compare commits

...

2 Commits

Author SHA1 Message Date
98293a3566 peak 2024-12-16 21:49:39 -08:00
433f667cde fix it a lil bit 2024-12-16 21:48:08 -08:00
2 changed files with 15 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,8 @@ input{
height: fit-content;
width:90%;
padding: 20px;
flex-direction: column;
margin-top: 390px;
}
#aboutP{
color:black;