36 lines
492 B
CSS
Executable File
36 lines
492 B
CSS
Executable File
.App {
|
|
text-align: center;
|
|
}
|
|
|
|
.App-logo {
|
|
height: 40vmin;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.App-header {
|
|
background-color: #003f8c;
|
|
min-height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: calc(10px + 3vmin);
|
|
color: white;
|
|
}
|
|
|
|
.App-header h1 {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.App-header p {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.App-header .logo {
|
|
width: 40vw;
|
|
max-width: 200px;
|
|
}
|
|
|
|
.blue {
|
|
color:#269cfc
|
|
} |