Skip to content

Instantly share code, notes, and snippets.

@maksymkv25
maksymkv25 / jQuery Page Preloader
Last active December 16, 2017 08:51
jQuery Preloader
.loader{
backgound: none repeat scroll 0 0 #ffffff;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;