This repository was archived by the owner on Feb 19, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +2
-63
lines changed Expand file tree Collapse file tree 6 files changed +2
-63
lines changed Original file line number Diff line number Diff line change 77 "sizes" : " 64x64 32x32 24x24 16x16" ,
88 "type" : " image/x-icon"
99 },
10- {
11- "src" : " logo192.png" ,
12- "type" : " image/png" ,
13- "sizes" : " 192x192"
14- },
15- {
16- "src" : " logo512.png" ,
17- "type" : " image/png" ,
18- "sizes" : " 512x512"
19- }
2010 ],
2111 "start_url" : " ." ,
2212 "display" : " standalone" ,
Original file line number Diff line number Diff line change 11.App {
22 text-align : center;
3- }
4-
5- .App-logo {
6- animation : App-logo-spin infinite 20s linear;
7- height : 40vmin ;
8- pointer-events : none;
9- }
10-
11- .App-header {
12- background-color : # 282c34 ;
13- min-height : 100vh ;
14- display : flex;
15- flex-direction : column;
16- align-items : center;
17- justify-content : center;
18- font-size : calc (10px + 2vmin );
19- color : white;
20- }
21-
22- .App-link {
23- color : # 61dafb ;
24- }
25-
26- @keyframes App-logo-spin {
27- from {
28- transform : rotate (0deg );
29- }
30- to {
31- transform : rotate (360deg );
32- }
33- }
3+ }
Original file line number Diff line number Diff line change 11import React from 'react' ;
2- import logo from './logo.svg' ;
32import './App.css' ;
43
54const App : React . FC = ( ) => {
65 return (
76 < div className = "App" >
8- < header className = "App-header" >
9- < img src = { logo } className = "App-logo" alt = "logo" />
10- < p >
11- Edit < code > src/App.tsx</ code > and save to reload.
12- </ p >
13- < a
14- className = "App-link"
15- href = "https://reactjs.org"
16- target = "_blank"
17- rel = "noopener noreferrer"
18- >
19- Learn React
20- </ a >
21- </ header >
7+
228 </ div >
239 ) ;
2410}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments