Difference between revisions of "Template:GreatBay SCIE/HTML/loader"

Line 35: Line 35:
 
     ld = document.getElementById("loader");
 
     ld = document.getElementById("loader");
 
     WD = window.innerWidth;
 
     WD = window.innerWidth;
     ld.style.marginLeft = (WD - 400) + "px";
+
     ld.style.marginLeft = (WD - 360) + "px";
 
     HT = window.innerHeight;
 
     HT = window.innerHeight;
     ld.style.marginTop = (HT - 190) + "px";
+
     ld.style.marginTop = (HT - 280) + "px";
  
 
</script>
 
</script>
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 11:19, 20 October 2021