File tree Expand file tree Collapse file tree 3 files changed +23
-29
lines changed Expand file tree Collapse file tree 3 files changed +23
-29
lines changed Original file line number Diff line number Diff line change 1
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
- }
2
+ display : flex;
3
+ align-items : center;
4
+ justify-content : center;
5
+ flex-direction : column;
6
+ padding : 24px ;
14
7
}
15
8
16
- .App-header {
17
- background-color : # 282c34 ;
18
- min-height : 100vh ;
9
+ .App-container {
19
10
display : flex;
20
- flex-direction : column;
21
11
align-items : center;
22
- justify-content : center;
23
- font-size : calc (10px + 2vmin );
24
- color : white;
12
+ justify-content : space-evenly;
13
+ width : 100% ;
25
14
}
26
15
27
- .App-link {
28
- color : # 61dafb ;
16
+ .App-button {
17
+ background-color : # 1f51ff ;
18
+ border : none;
19
+ color : white;
20
+ font-size : 16px ;
21
+ padding : 10px 20px ;
22
+ text-align : center;
23
+ margin : 4px 2px ;
24
+ cursor : pointer;
25
+ border-radius : 24px ;
26
+ width : 150px ;
27
+ height : 50px ;
29
28
}
30
29
31
- @keyframes App-logo-spin {
32
- from {
33
- transform : rotate (0deg );
34
- }
35
- to {
36
- transform : rotate (360deg );
37
- }
30
+ .App-logo {
31
+ height : 10vmin ;
32
+ pointer-events : none;
38
33
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments