NicoTheWry
"soñando"
qiero carnitas
Last active:
Mood: #aburridoooo
View my: Blog | Forum Topics
Contacting NicoTheWry
SpaceHey URL:
https://spacehey.com/john117
NicoTheWry 's Latest Blog Entries [View Blog]
There are no Blog Entries yet.
NicoTheWry 's Friend Space
[view all]NicoTheWry 's Friends Comments
Displaying 0 of 0 comments ( View all | Add Comment )
style>
body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url(https://media.discordapp.net/attachments/1115051011871096897/1178505670232916039/IMG_2172.gif?ex=657663ef&is=6563eeef&hm=54e573c6de09bc039bbed53b64cd05e488ae6d25c268a9578103f6572291af4d&);
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 1.5s ease 1s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }