diff --git a/src/App.css b/src/App.css index fe644e49..e9e6b88a 100644 --- a/src/App.css +++ b/src/App.css @@ -1,7 +1,5 @@ .App { - display: flex; - flex-direction: column; - min-height: 100vh; + text-align: center; } .App-logo { @@ -10,20 +8,14 @@ } .App-header { - align-items: center; background-color: #222; - color: #fff; - display: flex; - flex: 1; - flex-direction: column; - justify-content: center; + height: 150px; + padding: 20px; + color: white; } .App-intro { - flex: 7; font-size: large; - padding: 50px; - text-align: center; } @keyframes spin { diff --git a/src/App.js b/src/App.js index 779f9204..b2fe6e3e 100644 --- a/src/App.js +++ b/src/App.js @@ -7,7 +7,7 @@ export default function App() {
logo -

Welcome to React.

+

Welcome to React

To get started, edit src/App.js and save to reload.