fix it a lil bit
This commit is contained in:
parent
f2b203140d
commit
433f667cde
14
about.html
14
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;
|
||||
}
|
||||
|
@ -103,6 +103,7 @@ input{
|
||||
height: fit-content;
|
||||
width:90%;
|
||||
padding: 20px;
|
||||
flex-direction: column;
|
||||
}
|
||||
#aboutP{
|
||||
color:black;
|
||||
|
Loading…
x
Reference in New Issue
Block a user