-
Notifications
You must be signed in to change notification settings - Fork 27
/
thanks.css
105 lines (92 loc) · 1.63 KB
/
thanks.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
/* Makeshift CSS Reset */
{
margin: 0;
padding: 0;
}
/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
display: block;
}
header{
clear: both;
margin-top: 30px;
}
body {
margin: 0 auto;
width: 940px;
background:#fef1ba;
font-family: proxima-nova-alt-1, proxima-nova-alt-2, 'Helvetica','Arial', Sans-serif-serif;
line-height: 24px;
font-size: 16px;
font-family: proxima-nova-alt-1,proxima-nova-alt-2,sans-serif;
font-style: normal;
font-weight: 400;
}
a:link {
color:#000000;
}
a:visited {
color:#000000;
}
h2 {
display: block;
text-indent:-5000px;
width: 380px;
background: url('./img/thankyou.png') no-repeat left top ;
height: 350px;
float: left;
}
#names {
clear: both;
width: 850px;
padding-left:40px;
padding-right:10px;
text-shadow:0px 0.5px 4.5px white;
display: block;
margin-bottom: 80px;
margin-top: 40px;
}
#intro {
padding-top: 30px;
padding-bottom: 44px;
float: left;
width: 20px;
width: 440px;
margin-left: 60px;
text-shadow:0px 0.5px 4.5px white;
}
span {
margin: 10px;
padding: 0px;
display:compact;
display:block;
line-height: 30px;
background: #f1e3a9;
color: black;
border-radius: 15px;
font-family: georgia;
font-style: italic;
font-size: 11px;
text-transform: uppercase;
letter-spacing: 2px;
font-weight: bold;
width: auto;
margin: 10px auto;
text-align: center;
white-space:nowrap;
}
a:link {
color:#000000;
}
a:visited {
color:#000000;
}
.clear{clear: both;}
#footer{
clear: both;
margin-top: 40px;
text-indent: -5000px;
display: block;
background: url('./img/thankyou-footer.png') no-repeat left top ;
height: 440px;
}