-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
59 lines (56 loc) · 1.03 KB
/
main.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
57
58
59
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#152d49+0,0f1c31+100 */
body{
background-color:#000000
}
.white{
color:white;
}
.main-content{
margin-top:100px;
}
#bg {
bottom: 0;
left: 0;
position: fixed;
right: 0;
top: 0;
background: url('') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.badges{
margin-top:20px;
}
.vertical-center {
min-height: 100%;
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.sleepheader{
font-size: 2.5em;
}
div.footer-copyright nav ul li {
border-right: none;
display: inline-block;
line-height: 12px;
margin: 0;
padding: 0 8px;
}
div.footer-copyright nav ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
color: white !important;
text-decoration: none;
}
.store-buttons ul{
list-style-type: none;
padding:10px;
}