siddhartharora02
8/18/2016 - 7:04 AM

A simple cool loader

A simple cool loader

<div style="
    text-indent: -9999em;
    border-top: 6px solid #f7f8f9;
    border-right: 6px solid #f7f8f9;
    border-bottom: 6px solid #f7f8f9;
    border-left: 6px solid #6f7e94;
    -webkit-animation: loading .5s infinite linear;
    animation: loading .55s infinite linear;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin: 0 auto;
"></div>