css loader with image
css loader with image
HTML
<div class="loader-holder">
<div class="col-centered">
<div class="logo-container"></div>
<div class="loader"></div>
</div>
</div>
CSS
.col-centered{
width:80px;
height: 80px;
float: none;
margin: 0 auto;
}
.loader-holder{
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
z-index:9999;
background-color: #fff;
}
.logo-container{
width: 60px;
height: 65px;
background-image:...