Compare commits
2 Commits
f2b203140d
...
98293a3566
Author | SHA1 | Date | |
---|---|---|---|
98293a3566 | |||
433f667cde |
14
about.html
14
about.html
@ -10,7 +10,19 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
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;
|
color:black;
|
||||||
font-family: "Raleway", "Arial", sans-serif;
|
font-family: "Raleway", "Arial", sans-serif;
|
||||||
}
|
}
|
||||||
|
@ -103,6 +103,8 @@ input{
|
|||||||
height: fit-content;
|
height: fit-content;
|
||||||
width:90%;
|
width:90%;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
flex-direction: column;
|
||||||
|
margin-top: 390px;
|
||||||
}
|
}
|
||||||
#aboutP{
|
#aboutP{
|
||||||
color:black;
|
color:black;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user