-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathholding.css
64 lines (54 loc) · 842 Bytes
/
holding.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
body {
max-width: 600px;
margin: 0 auto;
background-color: #C82729;
color: #fff;
font-family: sans-serif;
}
h1 {
text-align: center;
}
h1 img {
max-width: 80%;
height: auto;
padding: 60px 0 40px 0;
}
h1 span {
display: block;
font-size: 0.8em;
font-weight: 100;
}
p {
font-size: 1.2em;
font-weight: 200;
padding: 10px 20px 0 20px;
line-height: 1.4em;
}
a {
color: #eee;
}
#mailchimp_signup {
margin: 40px;
}
input {
padding: 10px;
font-size: 1.2em;
font-weight: 200;
}
input[type=email] {
max-width: 60%;
margin-left: 10px;
border: 1px solid #939393;
background-color: #fcfcfc;
}
input[type=submit], input[type=submit]:hover {
margin-right: 10px;
border:1px solid #939393;
color: #a10607;
background-color:#fff;
cursor: pointer;
}
form {
width:500px;
margin:0 auto;
}