chargeur
<div class="preload">
<div class="lo"></div>
</div>
Put this at starting of body tag
Fine Flamingo
<div class="preload">
<div class="lo"></div>
</div>
Put this at starting of body tag
.loader {
border: 10px solid #f3f3f3;
border-top: 10px solid #3498db;
border-radius: 50%;
width: 80px;
height: 80px;
animation: spin 1s linear infinite;
}