File tree Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Expand file tree Collapse file tree 1 file changed +18
-12
lines changed Original file line number Diff line number Diff line change 1
1
* {
2
2
margin : 0 ;
3
3
padding : 0 ;
4
- box-sizing : border-box;
5
- font-family : cursive;
4
+ box-sizing : border-box;
5
+ font-family : cursive;
6
6
}
7
+
7
8
.container {
8
9
display : flex;
9
10
width : 600px ;
16
17
background-color : darkslateblue;
17
18
box-shadow : 8px 8px black;
18
19
color : white;
19
- padding : 5% 0% ;
20
+ padding : 5% 0% ;
20
21
}
22
+
21
23
# currDate {
22
24
font-size : 40px ;
23
25
margin : 20px ;
24
26
font-weight : bold;
25
27
}
28
+
26
29
input {
27
30
font-size : 20px ;
28
31
padding : 15px ;
29
32
margin : 20px ;
30
- text-align : center;
33
+ text-align : center;
31
34
border-radius : 20px ;
32
35
border : 1px solid yellow;
33
36
cursor : pointer;
34
37
}
38
+
35
39
button {
36
40
font-size : 20px ;
37
41
padding : 10px 20px ;
38
42
border-radius : 10px ;
39
43
border : none;
40
44
background-color : yellow;
41
- color : black;
42
- margin : 20px ;
43
- text-transform : uppercase;
44
- font-weight : bold;
45
- cursor : pointer;
45
+ color : black;
46
+ margin : 20px ;
47
+ text-transform : uppercase;
48
+ font-weight : bold;
49
+ cursor : pointer;
46
50
}
51
+
47
52
button : hover {
48
53
background-color : white;
49
- color : blue;
54
+ color : blue;
50
55
}
51
56
52
57
# displayAge {
@@ -60,11 +65,12 @@ color:blue;
60
65
position : absolute;
61
66
top : 19% ;
62
67
left : 30% ;
63
- visibility : hidden;
68
+ visibility : hidden;
64
69
}
70
+
65
71
# age {
66
72
color : white;
67
73
font-size : 50px ;
68
74
margin : 20px ;
69
75
font-weight : bold;
70
- }
76
+ }
You can’t perform that action at this time.
0 commit comments