-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
87 lines (75 loc) · 1.26 KB
/
styles.css
File metadata and controls
87 lines (75 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
.logo {
text-align: center;
margin-left: -50px;
margin-top: 50px;
}
.logo img{
width: 400px;
height: 200px;
}
.container1 {
background-color: ;
max-width: 700px;
margin: 0 auto;
margin-top: 100px;
}
.whiteBallDiv {
float: left;
text-align: center;
margin: 0 auto;
padding-left: 80px;
}
.megaBallDiv {
float: left;
text-align: center;
margin: 0 auto;
}
.clear {
clear: both;
}
.num5,
.num1 {
width: 80px;
height: 80px;
border-radius: 50%;
background-color: #fcfcfc;
box-shadow: inset -25px -25px 40px rgba(0,0,0,.3);
background-repeat: no-repeat, no-repeat;
justify-content: center;
font-size: 40px;
font-family: 'Ultra', serif;
padding: 15px;
text-align: center;
margin-right: 10px
}
.num5{
}
.num1 {
background: #ffcc16;
box-shadow: inset -25px -25px 40px rgba(0,0,0,.3);
}
.buttonDiv {
text-align: center;
}
.generate {
color: #fff;
text-transform: uppercase;
background: #ed3330;
padding: 20px;
border-radius: 5px;
display: inline-block;
border: none;
font-size: 20px;
width: 300px;
cursor: pointer;
margin-top: 100px;
}
.generate:hover {
background: #434343;
letter-spacing: 1px;
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}
.clear {
clear: both;
}