MF Loader
by sberube
HTML
<div>
<div class="loader">
</div>
<br>
<div class="loader xs">
</div>
</div>
CSS
.loader {
width: 25px;
height: 25px;
background-size: 25px 25px;
background-image:...
by sberube
<div>
<div class="loader">
</div>
<br>
<div class="loader xs">
</div>
</div>
.loader {
width: 25px;
height: 25px;
background-size: 25px 25px;
background-image:...