Squid games loading screen

idk how this works, m just going to put it here!

 if it doesnt work dm me


<style>

body:before {

content: " ";

height: 100vh;

width: 100vw;

display: block;

position: fixed; 

top: 0; 

left: 0; 

z-index: 100;

background-image: url('https://file.garden/aFTwictUTzlpJilr/3b8e1f5ac3e25097d5e7400173f73378.gif');

background-size: cover;

background-repeat: no-repeat;

background-position:center;

animation: yourAnimation 1s ease 0s 1 normal forwards;

pointer-events: none;}

@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} } 

</style>


it should look like this::

(looks better on laptop or computer)


0 Kudos

Comments

Displaying 0 of 0 comments ( View all | Add Comment )