From 47665eff1869f66e07c46730fdcfff1205d9771c Mon Sep 17 00:00:00 2001 From: Federico Miras Date: Mon, 18 Jun 2018 15:25:31 -0300 Subject: [PATCH] change logo from react to DCL and format popup --- src/App.css | 7 +------ src/App.js | 11 +++++------ src/index.css | 1 + src/index.js | 10 +++++----- src/logo.svg | 36 ++++++++++++++++++++++++++++++------ 5 files changed, 42 insertions(+), 23 deletions(-) diff --git a/src/App.css b/src/App.css index c5c6e8a..bbf7166 100644 --- a/src/App.css +++ b/src/App.css @@ -9,7 +9,7 @@ .App-header { background-color: #222; - height: 150px; + height: 50px; padding: 20px; color: white; } @@ -21,8 +21,3 @@ .App-intro { font-size: large; } - -@keyframes App-logo-spin { - from { transform: rotate(0deg); } - to { transform: rotate(360deg); } -} diff --git a/src/App.js b/src/App.js index 203067e..db3349e 100644 --- a/src/App.js +++ b/src/App.js @@ -1,6 +1,6 @@ -import React, { Component } from 'react'; -import logo from './logo.svg'; -import './App.css'; +import React, { Component } from 'react' +import logo from './logo.svg' +import './App.css' class App extends Component { render() { @@ -8,14 +8,13 @@ class App extends Component {
logo -

Welcome to React

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

- ); + ) } } -export default App; +export default App diff --git a/src/index.css b/src/index.css index b4cc725..7d60625 100644 --- a/src/index.css +++ b/src/index.css @@ -1,4 +1,5 @@ body { + width: 150px; margin: 0; padding: 0; font-family: sans-serif; diff --git a/src/index.js b/src/index.js index f64c8f1..5761000 100644 --- a/src/index.js +++ b/src/index.js @@ -1,8 +1,8 @@ -import React from "react"; -import ReactDOM from "react-dom"; +import React from 'react' +import ReactDOM from 'react-dom' -import App from "./App"; +import App from './App' -import "./index.css"; +import './index.css' -ReactDOM.render(, document.getElementById("root")); +ReactDOM.render(, document.getElementById('root')) diff --git a/src/logo.svg b/src/logo.svg index 6b60c10..6c72702 100644 --- a/src/logo.svg +++ b/src/logo.svg @@ -1,7 +1,31 @@ - - - - - + + + + logo + Created with Sketch. + + + + + - + \ No newline at end of file