Ajax Loader
×
HTML
<div id="liberty-tech">
1
<div id="liberty-tech">
2
<div id="liberty-tech-title">Technology</div>
3
<div id="liberty-tech-spikes">
4
<div id="liberty-tech-spike-four"></div>
5
<div id="liberty-tech-spikes-one">
6
<div id="liberty-tech-spike-one"></div>
7
<div id="liberty-tech-spike-seven"></div>
8
</div>
9
<div id="liberty-tech-spikes-two">
10
<div id="liberty-tech-spike-two"></div>
11
<div id="liberty-tech-spike-six"></div>
12
</div>
13
<div id="liberty-tech-spikes-three">
14
<div id="liberty-tech-spike-three"></div>
15
<div id="liberty-tech-spike-five"></div>
16
</div>
17
</div>
18
<div id="liberty-tech-headband">
19
<div id="liberty-tech-window-eight"></div>
20
</div>
21
<div id="liberty-tech-head">
22
<div id="liberty-tech-forehead"></div>
23
</div>
24
<div id="liberty-tech-roller"></div>
25
</div>
26
 
 
CSS
/* More at http://vuild.com  */
1
/* More at http://vuild.com  */
2
 
3
#liberty-tech {
4
background:#BEF7E0;
5
height: 950px;
6
width:900px;
7
text-align: center;
8
padding-top: 50px;
9
padding-bottom: 300px;
10
}
11
 
12
#liberty-tech-title {
13
font-size: 4.5em;
14
font-family:WebfontBold, Arial Black, sans-serif;
15
color: gray;
16
padding-top: 160px;
17
padding-bottom: 50px;
18
text-transform: uppercase;
19
}
20
 
21
#liberty-tech-head {
22
width:250px; 
23
height:375px;
24
background:gray; 
25
margin-left:auto;
26
margin-right:auto;
27
-webkit-border-radius:98px 98px 98px 98px/
28
112px 112px  168px 168px ;
29
border-radius:50% 50% 50% 50%/40% 40% 60% 60%;
30
}
31
 
32
#liberty-tech-forehead {
33
width: 240px;
34
height: 135px;
35
margin-left:auto;
36
margin-right:auto;
37
padding-top:6px;
38
background: #ccc;
39
opacity:.3;
40
-webkit-border-radius:98px 98px 98px 98px/
41
112px 112px  168px 168px ;
42
border-radius:51% 51% 50% 50%/95% 95% 10% 10%;
43
}
44
 
45
#liberty-tech-roller {
46
width: 25px;
47
height: 60px;
48
background: #666;
49
margin-left: auto;
50
margin-right: auto;
51
margin-top: -350px;
52
position: relative;
53
-webkit-border-radius:5px;
54
-moz-border-radius:5px;
55
border-radius:5px;
56
}
57
 
58
#liberty-tech-headband {
59
width: 217px;
60
margin-right:auto;
61
margin-left:auto;
62
margin-top: -100px;
63
margin-bottom: -125px;
64
border-radius:5px;
65
-webkit-border-radius:5px;
66
-moz-border-radius:5px;
67
position:relative;
68
}
69
 
70
#liberty-tech-window-eight {
71
width: 2px;
72
height: 120px;
73
background: #666;
74
margin-right:auto;
75
background:#555;
76
margin-left:auto;
77
}
78
 
79
#liberty-tech-spikes {
80
height: 300px;
81
width: 800px;
82
margin-top: 80px;
83
margin-bottom:-30px;
84
margin-left:auto;
85
margin-right:auto;
86
}
87
 
88
#liberty-tech-spike-four {
89
width: 0;
90
height: 0;
91
border-left: 15px solid transparent;
92
border-bottom: 150px solid gray;
93
border-right: 15px solid transparent;
94
margin-left:auto;
95
margin-right:auto;
96
margin-bottom: -100px;
97
}
98
 
99
#liberty-tech-spikes-one {
100
height: 150px;
101
width: 650px;
102
margin-left:auto;
103
margin-right:auto;
104
}
105
 
106
#liberty-tech-spike-one {
107
float: left;
108
width: 0;
109
height: 0;
110
margin-top:-19px;
111
margin-left: 190px;
112
border-left: 15px solid transparent;
113
border-bottom: 150px solid gray;
114
border-right: 15px solid transparent;
115
-moz-transform: rotate(-30deg);
116
-webkit-transform: rotate(-30deg);
117
-o-transform: rotate(-30deg);
118
-ms-transform: rotate(-30deg);
119
transform: rotate(-30deg);
120
}
121
 
122
#liberty-tech-spike-seven {
123
float: right;
124
width: 0;
125
height: 0;
126
margin-top:-19px;
127
margin-right: 190px;
128
border-left: 15px solid transparent;
129
border-bottom: 150px solid gray;
130
border-right: 15px solid transparent;
131
-moz-transform: rotate(30deg);
132
-webkit-transform: rotate(30deg);
133
-o-transform: rotate(30deg);
134
-ms-transform: rotate(30deg);
135
transform: rotate(30deg);
136
}
137
 
138
#liberty-tech-spikes-two {
139
height: 150px;
140
width: 600px;
141
margin-left:auto;
142
margin-right:auto;
143
}
144
 
145
#liberty-tech-spike-two {
146
float: left;
147
width: 0;
148
height: 0;
149
margin-left: 90px;
150
margin-top: -100px;
151
border-left: 15px solid transparent;
152
border-bottom: 150px solid gray;
153
border-right: 15px solid transparent;
154
-moz-transform: rotate(-57deg);
155
-webkit-transform: rotate(-57deg);
156
-o-transform: rotate(-57deg);
157
-ms-transform: rotate(-57deg);
158
transform: rotate(-57deg);
159
}
160
 
161
#liberty-tech-spike-six {
162
float: right;
163
width: 0;
164
height: 0;
165
margin-right: 90px;
166
margin-top: -100px;
167
border-left: 15px solid transparent;
168
border-bottom: 150px solid gray;
169
border-right: 15px solid transparent;
170
-moz-transform: rotate(57deg);
171
-webkit-transform: rotate(57deg);
172
-o-transform: rotate(57deg);
173
-ms-transform: rotate(57deg);
174
transform: rotate(57deg);
175
}
176
 
177
#liberty-tech-spikes-three {
178
height: 100px;
179
width: 600px;
180
margin-left:auto;
181
margin-right:auto;
182
margin-bottom: -1200px;
183
}
184
 
185
#liberty-tech-spike-three {
186
float: left;
187
width: 0;
188
height: 0;
189
margin-top: -170px;
190
margin-left: 60px;
191
border-left: 15px solid transparent;
192
border-bottom: 150px solid gray;
193
border-right: 15px solid transparent;
194
-moz-transform: rotate(-80deg);
195
-webkit-transform: rotate(-80deg);
196
-o-transform: rotate(-80deg);
197
-ms-transform: rotate(-80deg);
198
transform: rotate(-80deg);
199
}
200
 
201
#liberty-tech-spike-five {
202
float: right;
203
width: 0;
204
height: 0;
205
margin-top: -170px;
206
margin-right: 60px;
207
border-left: 15px solid transparent;
208
border-bottom: 150px solid gray;
209
border-right: 15px solid transparent;
210
-moz-transform: rotate(80deg);
211
-webkit-transform: rotate(80deg);
212
-o-transform: rotate(80deg);
213
-ms-transform: rotate(80deg);
214
transform: rotate(80deg);
215
}
216
 
217
 
218
/* Thanks for looking. More at http://enrappture.com  */
219
 
 

CSS3 Technology Poster

CSSDeck G+