-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
52 lines (46 loc) · 763 Bytes
/
styles.css
File metadata and controls
52 lines (46 loc) · 763 Bytes
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
html, body {
display: block;
overflow: hidden;
min-height:100%;
height: 100%;
width: 100%;
}
body {
height: 100%;
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
font-family: 'Open Sans', sans-serif;
}
a {
position: absolute;
color:white;
font-size:24px;
text-decoration: none;
}
#instagram {
top:30%;
left:50px;
}
#facebook {
bottom: 40px;
left:20%;
}
#spotify {
right:60px;
top:calc(50% - 60px);
}
h1.title {
position: absolute;
top:20px;
right:0;
left:0;
text-align: center;
font-size:86px;
color:white;
font-weight: 300;
font-style: italic;
letter-spacing: 4px;
}