forked from GianlucaGuarini/Vague.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (48 loc) · 742 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
@import url(//fonts.googleapis.com/css?family=Satisfy);
body {
margin:0;
}
.container {
width:100%;
height:100%;
background:url(img.jpg) no-repeat center center;
background-size:cover;
position:absolute;
}
figure {
margin:0;
}
html, body {
height:100%;
margin:0;
font-family: 'Satisfy', cursive;
background:black;
overflow: hidden;
}
article {
position:absolute;
top:50%;
left:50%;
color:white;
z-index:1;
width:600px;
height:200px;
margin:-100px 0 0 -300px;
text-align:center;
}
a {
color:white;
text-decoration:none;
font-size:70px;
display:block;
margin:0 0 30px;
width:100%;
}
span.btn {
display:inline-block;
background: rgba(0,0,0,0.5);
padding: 15px;
color: white;
font-size: 17px;
cursor:pointer;
}