-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
79 lines (68 loc) · 1.29 KB
/
main.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
body{
background: -webkit-gradient(linear, 0 0, 0 100%, from(#32a6e5), to(#94ed80));
background: -webkit-linear-gradient(#32a6e5, #94ed80);
background: -moz-linear-gradient(#32a6e5, #94ed80);
background: -o-linear-gradient(#32a6e5, #94ed80);
background: linear-gradient(#32a6e5, #94ed80);
margin: 0;
}
header{
background:url('images/green_background1.jpg');
height:70px;
width:100%;
}
h1 {
margin: 0;
font-family:'Open Sans Condensed', sans-serif;
text-shadow: 4px 2px 4px #666666;
font-size: 50px;
text-align:center;
}
h2{
font-family: 'Raleway', sans-serif;
font-size:30px;
border:solid;
text-align:center;
}
li{
font-family:'Work Sans', sans-serif;
padding:5px;
font-size:16px;
list-style:none;
}
#smoker_tips{
display:none;
}
.main_content{
width:1000px;
float: right;
position:relative;
margin-right:150px;
}
.topic{
cursor:pointer;
}
#menu-icon {
float:left;
height:40px;
}
.earth{
float:right;
width:350px;
margin-right:20px;
margin-top:18px;
}
.sidebar {
margin-top: 100px;
margin-left:50px;
}
#share {
margin-bottom:100px;
}
p {
font-family: 'Raleway', sans-serif;
}
#email-form{
text-align:center;
margin-top:50px;
}