File tree Expand file tree Collapse file tree 3 files changed +0
-60
lines changed
Expand file tree Collapse file tree 3 files changed +0
-60
lines changed Original file line number Diff line number Diff line change 1- .App {
2- text-align : center;
3- }
4-
5- .App-logo {
6- height : 40vmin ;
7- pointer-events : none;
8- }
9-
10- @media (prefers-reduced-motion : no-preference) {
11- .App-logo {
12- animation : App-logo-spin infinite 20s linear;
13- }
14- }
15-
16- .App-header {
17- background-color : # 282c34 ;
18- min-height : 100vh ;
19- display : flex;
20- flex-direction : column;
21- align-items : center;
22- justify-content : center;
23- font-size : calc (10px + 2vmin );
24- color : white;
25- }
26-
27- .App-link {
28- color : # 61dafb ;
29- }
30-
31- @keyframes App-logo-spin {
32- from {
33- transform : rotate (0deg );
34- }
35- to {
36- transform : rotate (360deg );
37- }
38- }
Original file line number Diff line number Diff line change 1- import logo from './logo.svg'
21import './App.css'
32
43function App ( ) {
54 return (
65 < div className = "App" >
7- < header className = "App-header" >
8- < img src = { logo } className = "App-logo" alt = "logo" />
9- < p >
10- Edit < code > src/App.js</ code > and save to reload.
11- </ p >
12- < a
13- className = "App-link"
14- href = "https://reactjs.org"
15- target = "_blank"
16- rel = "noopener noreferrer"
17- >
18- Learn React
19- </ a >
20- </ header >
216 </ div >
227 )
238}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments