diff --git a/packages/react-scripts/template/src/App.css b/packages/react-scripts/template/src/App.css index c5c6e8a68ad..92f956e8040 100644 --- a/packages/react-scripts/template/src/App.css +++ b/packages/react-scripts/template/src/App.css @@ -4,25 +4,29 @@ .App-logo { animation: App-logo-spin infinite 20s linear; - height: 80px; + height: 40vmin; } .App-header { - background-color: #222; - height: 150px; - padding: 20px; + background-color: #282c34; + min-height: 100vh; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); color: white; } -.App-title { - font-size: 1.5em; -} - -.App-intro { - font-size: large; +.App-link { + color: #61dafb; } @keyframes App-logo-spin { - from { transform: rotate(0deg); } - to { transform: rotate(360deg); } + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } } diff --git a/packages/react-scripts/template/src/App.js b/packages/react-scripts/template/src/App.js index 203067e4d75..7e261ca47e6 100644 --- a/packages/react-scripts/template/src/App.js +++ b/packages/react-scripts/template/src/App.js @@ -8,11 +8,18 @@ class App extends Component {
+ Edit src/App.js
and save to reload.
+
- To get started, edit src/App.js
and save to reload.
-