.wrappers { position: fixed; left: 0; right: 0; bottom: 0; top: 0; } .init-loadings { position: relative; text-align: center; padding: 10px 5px; display: block; font-size: 18px; color: #999; width: 200px; overflow: hidden; position: fixed; left: 50%; top: 45%; margin-left: -100px; } .init-loadings .loadings { display: inline-block; height: 15px; width: 15px; border-radius: 100%; margin-right: 16px; border: 2px solid #999; border-bottom-color: transparent; vertical-align: middle; -webkit-animation: rotate 0.75s linear infinite; animation: rotate 0.75s linear infinite; } @keyframes rotate { 0% { transform: rotate(0deg) } 100% { transform: rotate(360deg) } }
Loading...