Since layouts are disabled, I thought I would share the intro that I made for my profile! I couldn't find a cute loading screen so I took many hours making my own, so I thought I would share it! Please comment using so I can see ur profiles. ദ്ദി(˵ •̀ ᴗ - ˵ ) ✧
P.S. Put this in "About Me"!!
-
<style>
body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url('https://i.giphy.com/media/v1.Y2lkPTc5MGI3NjExMm42Z2hwcTd0NG9lanVlNmtjOXk0eG8ydjhzaW13MW1lZGs3bmp4bSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/E834dKqDAFQcNkIYAW/giphy.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>
Comments
Displaying 0 of 0 comments ( View all | Add Comment )