Ajax Loader
×
HTML
<h1>Midway.css - Live Example</h1>
1
<h1>Midway.css - Live Example</h1>
2
 
3
<div id="parent">
4
  
5
  <div id="child"></div>
6
  
7
</div>
 
CSS
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
1
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
2
 
3
h1 {
4
  font-family: "Roboto", sans-serif;
5
  font-weight: 300;
6
  text-align: center;
7
  color: #487bb4;
8
  margin: 2em 0 0;
9
  overflow: hidden;
10
}
11
 
12
#parent {
13
  width: 80%;
14
  height: 320px;
15
  max-width: 960px;
16
  background: #487bb4;
17
  margin: 60px auto;
18
  position: relative
19
}
20
 
21
#child {
22
  position: absolute;
23
  width: 50%;
24
  height: 100px;
25
  top: 0;
26
  right: 0;
27
  bottom: 0;
28
  left: 0;
29
  margin: auto;
30
  background: #fff;
31
}
 

Untitled

CSSDeck G+