File tree Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Expand file tree Collapse file tree 2 files changed +18
-14
lines changed Original file line number Diff line number Diff line change 4
4
5
5
.App-logo {
6
6
animation : App-logo-spin infinite 20s linear;
7
- height : 80 px ;
7
+ height : 40 vmin ;
8
8
}
9
9
10
10
.App-header {
11
- background-color : # 222 ;
12
- height : 150px ;
13
- padding : 20px ;
11
+ background-color : # 282c34 ;
12
+ min-height : 100vh ;
13
+ display : flex;
14
+ flex-direction : column;
15
+ align-items : center;
16
+ justify-content : center;
17
+ font-size : calc (10px + 2vmin );
14
18
color : white;
15
19
}
16
20
17
- .App-title {
18
- font-size : 1.5em ;
19
- }
20
-
21
- .App-intro {
22
- font-size : large;
21
+ .App-link {
22
+ color : # 61dafb ;
23
23
}
24
24
25
25
@keyframes App-logo-spin {
26
- from { transform : rotate (0deg ); }
27
- to { transform : rotate (360deg ); }
26
+ from {
27
+ transform : rotate (0deg );
28
+ }
29
+ to {
30
+ transform : rotate (360deg );
31
+ }
28
32
}
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ input {
17
17
}
18
18
19
19
.background-gray {
20
- background-color : rgb (246 , 246 , 239 );
20
+ background-color : rgb (246 , 246 , 239 );
21
21
}
22
22
23
23
.f11 {
@@ -40,4 +40,4 @@ input {
40
40
border-color : buttonface;
41
41
cursor : pointer;
42
42
max-width : 250px ;
43
- }
43
+ }
You can’t perform that action at this time.
0 commit comments