14 lines
180 B
CSS
14 lines
180 B
CSS
.App {
|
|
text-align: center; }
|
|
|
|
.App-header {
|
|
background-color: white;
|
|
height: 80px;
|
|
padding: 20px; }
|
|
|
|
.App-title {
|
|
font-size: 1.5em; }
|
|
|
|
.App-intro {
|
|
font-size: large; }
|