remx
Version:
Opinionated mobx
25 lines (19 loc) • 298 B
CSS
.App {
text-align: center;
}
.App-header {
background-color: #222;
height: 67px;
padding: 20px;
color: white;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}