diff --git a/css/style.css b/css/style.css index de76298..f573a91 100755 --- a/css/style.css +++ b/css/style.css @@ -374,3 +374,15 @@ rect { color: red; } +#isItLoaded { + display: none; +} +#loading { + z-index: 10; + display: flex; + flex-flow: row nowrap; + justify-content: center; + align-items: center; + width: 100%; + height: 90vh; +} \ No newline at end of file diff --git a/index.html b/index.html index e50ad9f..f165763 100755 --- a/index.html +++ b/index.html @@ -8,6 +8,8 @@ + + @@ -39,7 +41,6 @@ -
@@ -248,7 +249,7 @@