feat: kinda finished homepage

This commit is contained in:
moonleay 2023-11-09 12:44:18 +01:00
parent 3fa345888a
commit e7a42b121e
4 changed files with 76 additions and 15 deletions

View file

@ -1,5 +1,33 @@
.section {
display: flex;
flex-direction: row;
flex-direction: column;
justify-content: center;
text-align: center;
}
.section h1 {
font-size: 4rem;
margin-top: 8rem;
}
.section h5 {
font-size: 1.5rem;
margin-top: .25rem;
}
.section div {
margin-top: 1.5rem;
}
.p1 {
font-size: 1rem;
}
.p2 {
font-size: 0.8rem;
}
.p2 a {
font-weight: bolder;
}