Commit b4636631 authored by Christopher Chedeau's avatar Christopher Chedeau
Browse files

Simplify boilerplate css

parent 133184fb
No related merge requests found
Showing with 5 additions and 13 deletions
+5 -13
.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 {
......
......@@ -7,7 +7,7 @@ export default function App() {
<div className="App">
<div className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h2>Welcome to React.</h2>
<h2>Welcome to React</h2>
</div>
<p className="App-intro">
To get started, edit <code>src/App.js</code> and save to reload.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment