File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
- .App {/*app content*/
2
- text-align : center;/*center text for whole app*/
1
+ .App {
2
+ /*app content*/
3
+ text-align : center; /*center text for whole app*/
3
4
}
4
5
5
- .App-header {/*app header*/
6
+ .App-header {
7
+ /*app header*/
6
8
background-color : # 208040 ;
7
- min-height : 10vh ;/*set height to 10% of viewpoint height*/
9
+ min-height : 10vh ; /*set height to 10% of viewpoint height*/
8
10
display : flex;
9
11
flex-direction : column;
10
12
align-items : center;
14
16
}
15
17
16
18
# points-display {
17
- font-weight : bold;/*bold the numeric values*/
19
+ font-weight : bold; /*bold the numeric values*/
18
20
}
19
21
20
22
p {
21
- line-height : 120% ;/*add some line spacing between paragraphs*/
23
+ line-height : 120% ; /*add some line spacing between paragraphs*/
22
24
}
You can’t perform that action at this time.
0 commit comments