Added Help Page

This commit is contained in:
brausjonas
2023-06-09 22:49:56 +02:00
parent 394b920a4e
commit 092f7d3a8a
18 changed files with 7557 additions and 3 deletions
+31
View File
@@ -0,0 +1,31 @@
.help-line
{
padding: 30px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 50px;
}
.text-form
{
display: flex;
flex-direction: column;
justify-content: flex-start;
height: 100%;
}
.text-form h1
{
font-size: 30px;
}
.text-form p
{
font-size: 20px;
}
.text-form h2
{
font-size: 26px;
}