-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhack.css
83 lines (73 loc) · 1.4 KB
/
hack.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
#homeheader {
text-align: center;
color: #000000;
font-family: Georgia;
}
body {font-family: Georgia, Serif;}
h2, h4, h5, h6, p {
font-family: "Playfair Display";
letter-spacing: 1px;
font-size: 18px;
}
h1{
font-family: "Playfair Display";
letter-spacing: 1px;
padding-top: 10px;
font-size: 60px;
}
h3{
font-family: "Playfair Display";
letter-spacing: 6px;
}
#terms {
text-align: center;
}
#whyit{
font-family: "Playfair Display";
font-size: 25px;
color: #8b0000;
text-align: center;
}
#why{
font-family: "Playfair Display";
letter-spacing: 1px;
color: #e60000;
}
#txtEmail{
width: 80%;
}
#subemail{
color: #8b0000;
background-color: beige;
width: 15%;
height: 20%;
font-size: 17px;
}
#calcost{
color: #8b0000;
background-color: beige;
width: 15%;
height: 20%;
font-size: 23px;
}
#sendemails{
color: #8b0000;
background-color: beige;
width: 15%;
height: 20%;
font-size: 23px;
}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/*For modern browsers. */
.cf:before,
.cf:after {
content:"";
display:table;
}
.cf:after {
clear:both;
}
/*For IE 6/7 (trigger has layout) */
.cf {
zoom:1;
}