COPY THE CODE BELOW ^_^- would be appreciated if you commented 'using!'
<style>
.logo {
content:url("https://i.ibb.co/2PC3fQ1/Untitled903-20231024024042.png")
}
</style>
<style>
body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url('https://i.pinimg.com/originals/47/df/5a/47df5a1875f80835cc1614bc0b8471e1.gif');
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 2s ease 0s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }
</style>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )