add instructions

This commit is contained in:
Janis
2023-11-12 17:24:34 +01:00
parent 9870fdcdb4
commit a4f64c3781
2 changed files with 34 additions and 0 deletions

View File

@@ -30,6 +30,34 @@ $breakpoint-3: 600px;
letter-spacing: 1.8px;
}
.instructions {
border-bottom: 2px solid #75797773;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 10px 50px;
flex-wrap: wrap;
padding-bottom: 10px;
p,
a {
font-size: 0.8rem;
}
p {
color: #b4b4b4;
}
a {
color: #3abe78;
font-weight: bold;
text-decoration: none;
transition: all 100ms ease-in-out;
&:hover {
color: #31f399;
}
}
}
.output {
display: flex;
flex-direction: row;