Add a loading spinner (By Kristo Isberg)

This commit is contained in:
Arti Zirk
2017-11-08 21:59:03 +02:00
parent 9ab94084cb
commit 35658d321f
3 changed files with 1 additions and 1 deletions

View File

@@ -107,7 +107,7 @@
position: fixed;
width: 100%;
height: 100%;
background-image: url("http://www.mirchifunapps.com/images/loader.gif"), url("https://kryogenix.org/code/browser/nicetitle/ntbg.png");
background-image: url("loader.gif"), url("bg.png");
background-position: center center, top;
background-repeat: no-repeat, repeat;
top: 0;