-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_styles.css
More file actions
52 lines (45 loc) · 819 Bytes
/
test_styles.css
File metadata and controls
52 lines (45 loc) · 819 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%;
text-align: center;
/*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;*/
background :url(images/wormz.png) repeat;
font-family: 'Open Sans', sans-serif;
}
a {
text-decoration: none;
}
h1.title {
margin:0;
text-align: center;
font-size:86px;
line-height: 92px;
color:#303030;
font-weight: 300;
font-style: italic;
letter-spacing: 4px;
}
.social-links {
position: absolute;
left:calc(50% - 196px);
}
.social-media-link {
width:40px;
margin:4px;
}
iframe {
display: block;
width:400px;
margin:20px auto 5px;
}