CAPTAIN PRICE MW3 LOADING SCREEN

Copy this code and paste it into your About Me section, if it doesnt work just DM me and we can figure it out togetha!

comment if using it cuz i wanna see what it look like on others page

This is the loading screen:


<style>

body:before {

content: " ";

height: 100vh;

width: 100vw;

display: block;

position: fixed; 

top: 0; 

left: 0; 

z-index: 100;

background-image: url(https://i.redd.it/ic8ruck57ehe1.gif);

background-size: cover;

background-repeat: no-repeat;

background-position:center;

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

pointer-events: none;}

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

</style>


2 Kudos

Comments

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

Mr.GrimReaper

Mr.GrimReaper's profile picture

Using


Report Comment

STLcretex

STLcretex's profile picture

I'm going to use it tsym!


Report Comment



ofc im glad it works for you!!

by 𝑅𝒜𝒴𝒩𝐵𝒪𝒲; ; Report