Skip to content

Commit

Permalink
➕ add App.css
Browse files Browse the repository at this point in the history
  • Loading branch information
kitze committed Sep 27, 2016
1 parent c081751 commit 006911e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/react-scripts/template/src/App.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
.App {
text-align: center;
}

.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}

.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}

.App-intro {
font-size: large;
}

@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}

0 comments on commit 006911e

Please sign in to comment.