ajout css pour cacher la page tant que pas chargee entierement

This commit is contained in:
ethylotest
2021-03-23 16:35:01 +01:00
parent 0d132858c1
commit 4105d23024
11 changed files with 18 additions and 10 deletions

4
styles/load.css Normal file
View File

@@ -0,0 +1,4 @@
html {
visibility: visible !important;
opacity: 1 !important;
}