Ajax Loader
×
HTML
<div class="yo"></div>
1
<div class="yo"></div>
 
CSS
.yo {
1
.yo {
2
  height:100px;
3
  width:200px;
4
  background-color:black;
5
  border-left-color:#444 #999;
6
  margin:30px;
7
          background: linear-gradient(#212121, #444) repeat scroll 0 0 rgba(0, 0, 0, 0);
8
 
9
}
10
.yo:before {
11
    margin:30px;
12
        background: linear-gradient(#FF7700, #FF3300) repeat scroll 0 0 rgba(0, 0, 0, 0);
13
    bottom: -1px;
14
    content: "";
15
    left: 0;
16
    position: absolute;
17
    top: 0px;
18
    width: 5px;
19
    height:100px;
20
}
 

beforestyle

CSSDeck G+