css loader with image
css loader with image
HTML
<div class="loader-holder">
<div class="logo-container"></div>
<div class="loader"></div>
</div>
CSS
body{
//background-color: #0dc5c1;
background-color: #fff;
}
.loader-holder{
width:80px;
height: 80px;
position:absolute;
top: 50%;
left: 50%;
}
.logo-container{
width: 60px;
height: 65px;
background-image:...