1
- body {
2
- margin : 0 ;
3
- display : flex ;
4
- min-height : 100vh ;
5
- justify-content : center ;
6
- align-items : center;
7
- font-family : monospace ;
8
- background : linear-gradient (to left bottom , lightblue , lightpink , lightblue) ;
1
+ body {
2
+ margin : 0 ;
3
+ background : linear-gradient (to left bottom , lightblue , lightpink , lightblue) ;
4
+ min-height : 100vh ;
5
+ display : flex ;
6
+ justify-content : center;
7
+ align-items : center ;
8
+ font-family : monospace ;
9
9
}
10
10
11
- .container {
12
- background-color : rgba (255 , 255 , 255 , 0 .3 );
13
- box-shadow : 0 6 px 10 px rgba ( 0 , 0 , 0 , 0.3 ) ;
14
- padding : 20 px ;
15
- border-radius : 15px ;
16
- width : 85% ;
17
- text-align : center;
18
- color : darkgreen;
11
+ .container {
12
+ background-color : rgba (255 , 255 , 255 , .3 );
13
+ padding : 20 px ;
14
+ box-shadow : 0 6 px 10 px rgba ( 0 , 0 , 0 , .3 ) ;
15
+ border-radius : 15px ;
16
+ width : 85% ;
17
+ text-align : center;
18
+ color : darkgreen;
19
19
}
20
20
21
- .heading {
22
- font-size : 35px ;
23
- font-weight : 200 ;
24
- font-family : Impact;
25
- letter-spacing : 2px ;
26
-
27
- text-shadow : 5px 5px 2px rgba (0 , 0 , 0 , 0.3 );
21
+ .heading {
22
+ font-size : 35px ;
23
+ font-weight : 200 ;
24
+ font-family : Impact, Haettenschweiler, 'Arial Narrow Bold' , sans-serif;
25
+ text-shadow : 5px 5px 2px rgba (0 , 0 , 0 , .3 );
26
+ letter-spacing : 2px ;
28
27
}
29
28
30
- .joke {
31
- font-size : 25px ;
32
- font-weight : 500 ;
33
- margin : 40px ;
29
+ .joke {
30
+ font-size : 25px ;
31
+ font-weight : 500 ;
32
+ margin : 40px
34
33
}
35
34
36
- .btn {
37
- font-size : 18px ;
38
- font-weight : 700 ;
39
- border-radius : 5px ;
40
- cursor : pointer;
41
- padding : 10px ;
42
- margin-top : 15px ;
43
- background-color : rgba (255 , 255 , 255 , 0.3 );
44
- border-color : rgba (255 , 255 , 255 , 0.6 );
45
- text-transform : uppercase;
46
- width : 300px ;
47
- color : darkgreen;
35
+ .btn {
36
+ font-size : 18px ;
37
+ font-weight : 700 ;
38
+ border-radius : 5px ;
39
+ cursor : pointer;
40
+ padding : 10px ;
41
+ background-color : rgba (255 , 255 , 255 , .3 );
42
+ border-color : rgba (255 , 255 , 255 , .6 );
43
+ text-transform : uppercase;
44
+ width : 300px ;
45
+ color : darkgreen;
48
46
}
49
47
50
- .btn : hover {
51
- background-color : rgba (255 , 255 , 255 , 0 .5 );
52
- box-shadow : 0 4px 4px rgba (0 , 0 , 0 , 0 .3 );
53
- transition : all 300ms ease;
54
- }
48
+ .btn : hover {
49
+ background-color : rgba (255 , 255 , 255 , .5 );
50
+ box-shadow : 0 4px 4px rgba (0 , 0 , 0 , .3 );
51
+ transition : all 300ms ease;
52
+ }
0 commit comments