-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
107 lines (92 loc) · 1.5 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
section,
header,
aside,
footer,
p,
ul,
li,
img {
margin: 0;
padding: 0;
border: 0;
}
#container {
width: 960px;
margin: auto;
padding: 90px 0px 100px 0px;
position: relative;
overflow: hidden;
}
body {
font-family: Helvetica, arial, sans-serif;
background-color: #2b2b2b ;
}
header img#logo {
margin: 0px 0px 50px 0px;
}
header h1 {
margin:0px 0px 30px 90px;
font-size: 60px;
line-height: 74px;
font-weight: normal;
color: #00ffcc;
text-shadow: 0px 0px 10px #00ffcc ;
}
section {
margin: 0px 15px 30px 0px;
width: 530px;
float: left;
}
section p {
margin: 0px 0px 30px 90px;
font-size: 22px;
line-height: 35px;
color: #d9d9d9;
text-shadow: 0px 1px 5px #000;
}
section h2 {
margin: 0px 0px 10px 90px;
font-size: 40px;
font-weight: normal;
color: #00ffcc;
text-shadow: 0px 0px 10px #00ffcc;
}
section ul {
margin: 0px 0px 30px 90px;
font-size: 22px;
line-height: 45px;
color: #d9d9d9;
text-shadow: 0px 1px 5px #000;
}
aside {
position: absolute; /*Element can be placed anywhere */
top: 20px;
right: 0px;
}
footer {
width: 960px;
float:left;
}
footer a#app-store {
display: block;
width: 198px;
height: 72px;
background: url(img/app-store.png);
text-indent: -9999px;
float: left;
}
footer p {
float: right;
clear: right;
font-size: 16px;
color: #5a5a5a;
margin: 10px 0 0 0;
}