« Web, HTML, Tech Forum

Loading screen help?

I am trying to make a loading screen for my profile but I cant figure out how to get it to cover the blinkies and stuff I have on the sides of the screen. Does anyone know a solution?


Report Topic

1 Reply

Reply by suki

posted

adding these to its styling should work:



position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;


Permalink Report Reply