-
Notifications
You must be signed in to change notification settings - Fork 0
/
skyweb.css
44 lines (44 loc) · 891 Bytes
/
skyweb.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
html, body {
height: 100%;
min-height: 100%;
}
body {
margin: 0;
background: transparent url("sky.jpg") no-repeat 50% 50%;
background-size: cover;
color: #fff;
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
div.container {
background: transparent url("shade.png") no-repeat left bottom;
height: 100%;
width: 100%;
}
div.wrap {
position: absolute;
bottom: 24%;
left: 14%;
}
h1 {
margin-bottom: 5px;
font-family: "Montserrat";
font-size: 55px;
font-weight: bold;
letter-spacing: -2px;
line-height: 1em;
}
h2 {
margin-top: 0;
margin-bottom: 25px;
line-height: 1em;
font-size: 17px;
text-transform: uppercase;
}
a {
color: #fff;
font-size: 18px;
line-height: 1.5em;
}
a:hover {
text-decoration: none;
}