File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1- body {
2- background-color : # f5fcff ;
1+ . App {
2+ padding : 0 px 20 px ;
33}
44
5- .App-- logo {
5+ .App-logo {
66 animation : spin infinite 20s linear;
77 border-radius : 50% ;
88 vertical-align : middle;
Original file line number Diff line number Diff line change 1- import React from 'react' ;
21import './App.css' ;
2+ import React from 'react' ;
33import logo from './logo.png' ;
44
55export default function App ( ) {
66 return (
7- < div >
7+ < div className = "App" >
88 < h1 >
9- Welcome to < img src = { logo } className = "App-- logo" alt = "logo" /> React
9+ Welcome to < img src = { logo } className = "App-logo" alt = "logo" /> React
1010 </ h1 >
1111 < p >
1212 To get started, edit < code > src/App.js</ code > and save to reload.
Original file line number Diff line number Diff line change 1+ body {
2+ background-color : # f5fcff ;
3+ font-family : sans-serif;
4+ }
Original file line number Diff line number Diff line change 1+ import './index.css' ;
12import React from 'react' ;
23import { render } from 'react-dom' ;
34import App from './App' ;
You can’t perform that action at this time.
0 commit comments