This commit is contained in:
2023-05-16 11:27:42 +02:00
parent 4964d61762
commit 185dd18ec1
16 changed files with 337 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
main>section {
display: flex;
align-items:center;
justify-content:space-between;
}
section > section {
width: 25%;
}
section > section + section {
width: 50%;
}