homework 2 done

This commit is contained in:
2023-08-03 19:52:53 +02:00
parent c230948b57
commit 8d75b18f61
53 changed files with 1631 additions and 510 deletions

View File

@@ -0,0 +1,28 @@
.card {
max-width: 413px;
padding: 35px 33px 48px;
}
.title {
margin-bottom: 27px;
text-align: center;
}
.iconContainer {
display: flex;
justify-content: center;
width: 100%;
margin-bottom: 19px;
}
.instructions {
margin-bottom: 65px;
color: var(--color-light-900);
text-align: center;
opacity: 0.5;
}
.signInLink {
display: flex;
justify-content: center;
}