-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
56 lines (49 loc) · 956 Bytes
/
style.css
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
@import url('https://fonts.googleapis.com/css?family=Acme|Pacifico');
html, body{
height: 100%;
}
body {
background-image: url("../img/bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center;
color: white !important;
}
h4 {
display: inline;
}
#start {
margin: 10px;
}
a.btn{
width: 100px;
font-size: 20pt;
font-weight: bolder;
letter-spacing: 2px;
text-transform: uppercase;
font-family: 'Acme', sans-serif !important;
}
#mainDiv{
background: rgba(0, 0, 0, 0.705);
position: absolute;
margin: auto;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 400px;
max-height: 450px;
font-family: 'Pacifico', cursive;
box-shadow: 0 0 10px 1px black;
}
#num, #breakNum{
font-size: 25pt;
margin: auto 20px
}
#badge{
color: #000;
background-color: #ffc107;
/* letter-spacing: 0.2em; */
margin-top: 30px !important;
/* font-family: 'Acme', sans-serif !important; */
}