Skip to content

Instantly share code, notes, and snippets.

View leoyats's full-sized avatar

Leonid Yatsko leoyats

View GitHub Profile
@leoyats
leoyats / css, js
Created August 2, 2016 14:21 — forked from igorpronin/css, js
jQuery Page Preload
.loader {
background: none repeat scroll 0 0 #ffffff;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;