Skip to content

Instantly share code, notes, and snippets.

View SahanSiriwardhana's full-sized avatar
🎯
Focusing

Sahan Siriwardhana SahanSiriwardhana

🎯
Focusing
View GitHub Profile
@SahanSiriwardhana
SahanSiriwardhana / gist:1ca96487b9b32a66598e0c73ad1d60b9
Created February 2, 2020 13:25 — forked from ursuleacv/gist:9054247
Absolute center CSS Loading spinner
<div class="loading">Loading&#8230;</div>
/* Absolute Center CSS Spinner */
.loading {
position: fixed;
z-index: 999;
height: 2em;