Structure improved, program added

This commit is contained in:
2022-06-07 01:59:32 +03:00
parent 94407d1b68
commit da6100a052
8 changed files with 172 additions and 44 deletions

View File

@@ -17,3 +17,18 @@ a {
color: #8962ec;
text-decoration: underline;
}
main {
display: flex;
justify-content: center;
}
.page {
max-width: 40%;
text-align: center;
margin-bottom: 8rem;
}
h1 {
font-size: 5rem;
}