Create structure of basic UI components

This commit is contained in:
André Wahlberg
2020-11-20 09:33:40 +01:00
parent cf7a1e8b6f
commit 12af81f21f
11 changed files with 95 additions and 58 deletions

View File

@ -1,5 +1,8 @@
.App {
text-align: center;
height: 100%;
text-align: center;
display: flex;
flex-direction: column;
}
.App-logo {
@ -35,4 +38,4 @@
to {
transform: rotate(360deg);
}
}
}