File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
body {
2
2
background-color : rgb (250 , 242 , 242 );
3
+ font-family : 'Arial' , sans-serif;
4
+ margin : 0 ;
5
+ padding : 0 ;
3
6
}
4
7
5
8
.grid {
11
14
margin : auto;
12
15
justify-content : center;
13
16
align-content : center;
17
+ border-radius : 10px ;
14
18
}
15
19
16
20
.grid div {
23
27
line-height : 100px ;
24
28
font-weight : bold;
25
29
font-size : 52px ;
30
+ border-radius : 5px ;
26
31
}
27
32
28
33
.scoreContainer {
37
42
margin-top : 50px ;
38
43
text-align : center;
39
44
font-weight : bold;
45
+ color : # 333 ;
40
46
}
41
47
42
48
.instructions {
47
53
# result {
48
54
text-align : center;
49
55
margin : auto;
50
- }
56
+ }
Original file line number Diff line number Diff line change 17
17
padding : 15px 0 ;
18
18
color : white;
19
19
font-size : 18px ;
20
+ box-shadow : 0 2px 4px rgba (0 , 0 , 0 , 0.2 );
20
21
}
21
22
22
23
.header a {
27
28
28
29
.header a : hover {
29
30
color : # ff6347 ;
31
+ border-radius : 5px ;
30
32
}
31
33
32
34
# container {
75
77
76
78
.button : hover {
77
79
background-color : # ff6347 ;
80
+ transform : scale (1.05 );
78
81
}
79
82
80
83
.footer {
You can’t perform that action at this time.
0 commit comments