Create structure of basic UI components
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user