diff --git a/src/App.css b/src/App.css index 15adfdc7..d810e456 100644 --- a/src/App.css +++ b/src/App.css @@ -1,24 +1,3 @@ -.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); } +.root { + color: red; } diff --git a/src/App.js b/src/App.js index d7d52a7f..aaa84f3f 100644 --- a/src/App.js +++ b/src/App.js @@ -1,21 +1,6 @@ -import React, { Component } from 'react'; -import logo from './logo.svg'; -import './App.css'; +import React from 'react'; +import css from './App.css'; -class App extends Component { - render() { - return ( -
- To get started, edit src/App.js and save to reload.
-