-
Notifications
You must be signed in to change notification settings - Fork 2
/
butterapp.css
68 lines (67 loc) · 1.48 KB
/
butterapp.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
60
61
62
63
64
65
66
67
68
@font-face {
font-family: 'raleway';
src: url('fonts/raleway/raleway_thin.eot');
src: local('☺'), url('fonts/raleway/raleway_thin.otf') format('otf'), url('fonts/raleway/raleway_thin.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'junction';
src: url('fonts/junction/junction.eot');
src: local('☺'), url('fonts/junction/junction.otf') format('otf'), url('fonts/junction/junction.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: junction;
background-color: #1D1E21;
background-image : -moz-radial-gradient(#333, #1D1E21);
background-image : -webkit-gradient(radial, center center, 20, center center, 700, from(#333), to(#1D1E21), color-stop(10%, #333));
}
section {
width: 700px;
margin: 0 auto;
}
h1 {
font-size: 95px;
margin-bottom: 0px;
height: 280px;
margin-top: 130px;
width: 100%;
line-height: 1;
background: url('img/butterapp.png') no-repeat center;
text-indent: -9999em;
}
h2 {
text-align: center;
color: #666;
font-family: junction;
font-size: 18px;
font-weight: normal;
}
ul {
margin: 70px 0 0 0;
padding: 0px;
text-align: center;
list-style-type: none;
}
li {
font-size: 20px;
margin: 0 0 25px 0;
}
a {
color: #fff;
text-shadow: 0px 0px 1px #000;
text-decoration: none;
-webkit-transition: all .3s;
}
a:hover {
margin-left: -25px;
}
a.push:hover {
margin-left: 0px;
margin-right: -45px;
}
.push {
margin-right: -25px;
}