Ajax Loader
CSS
html{ 
1
html{ 
2
  background:linear-gradient(45deg, 
3
    rgba(69,76,86,1) 0%,
4
    rgba(52,56,64,1) 4%,
5
    rgba(71,78,88,1) 29%,
6
    rgba(71,77,87,1) 29%,
7
    rgba(52,56,64,1) 30%,
8
    rgba(71,78,88,1) 57%,
9
    rgba(52,56,64,1) 57%,
10
    rgba(71,78,88,1) 86%,
11
    rgba(52,56,64,1) 87%,
12
    rgba(52,56,64,1) 100%);
13
  background-size:8px 8px;
14
  margin: 0;
15
  padding: 0;
16
  width:100%;
17
  height:100%;
18
  /*box-shadow:inset 0 0 300px #343840;*/
19
}
 
JavaScript
// Grip texture gradient
1
// Grip texture gradient
2
// Made with ❤ by @LukyVj
 

Grip texture gradient

CSSDeck G+