« Back to the Share Layouts! Forum

Freaky lil Heart loading screen

Freaky heart



<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/a0/6c/60/a06c60fe7194a00e90959dc66960b186.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>


Report Topic

0 Replies