10 lines
208 B
CSS
10 lines
208 B
CSS
.App-header {
|
|
background-color: #282c34;
|
|
min-height: 100px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: calc(10px + 2vmin);
|
|
color: white;
|
|
}
|