-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
100 lines (86 loc) · 1.72 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
@font-face {
font-family: "Proxima Nova Bold";
src: url("font/ProximaNova/ProximaNova-Bold.otf");
}
@font-face {
font-family: "Proxima Nova Reg";
src: url("font/ProximaNova/ProximaNova-Regular.otf");
}
body{
font-family: "Proxima Nova Bold";
margin: 0px;
}
#formdiv{
position: relative;
margin: auto;
text-align: center;
font-size: 24px;
font-weight: 600;
color: #0AB89B;
margin: 70px auto;
padding: 5px;
border-radius: 5px;
border-width: 0px;
border-style: solid;
}
input, textarea, select, a {
outline: none;
font-family: "Proxima Nova Reg";
}
select.custom-dropdown {
/*-webkit-appearance: none; REMOVES DEFAULT CHROME & SAFARI STYLE*/
/*-moz-appearance: none; REMOVES DEFAULT FIREFOX STYLE*/
/*border: 0 !important; /*REMOVES BORDER*/
color: #0AB89B;
border-width: 2px;
border-color: #0AB89B;
font-size: 14px;
padding: 10px;
margin: 10px;
width: 200px;
height: 45px;
cursor: pointer;
background: white;
/*background: white url(down.png) no-repeat right center;*/
background-size: 40px 37px; /*TO ACCOUNT FOR @2X IMAGE FOR RETINA*/
}
.energized {
display: inline;
padding: 8px;
}
.spark-letter {
width: 140px;
height: auto;
display: inline-block;
}
.footer {
/*position: absolute; */
position: relative;
/*bottom: 0;*/
text-align: center;
width:100%;
padding: 0px;
margin: 0px;
height:200px;
background-color: black;
color: white;
font-weight: 600;
font-size: 22px;
letter-spacing: 3px;
}
.logo {
width: 300px;
height: auto;
padding: 10px;
}
.tiers {
width: 700px;
height: auto;
padding: 10px;
}
#sale {
color: red;
}
#subtitle{
color: white;
}