pilurri
"simpeando a Armin"
Last active:
Mood: sobreviviendo
View my: Blog | Forum Topics
Contacting pilurri
SpaceHey URL:
https://spacehey.com/pilu
pilurri's Interests
|
General |
|
|
Music |
|
|
Movies |
|
|
Television |
shingeki patria y familia |
|
Books |
|
|
Heroes |
|
pilurri's Blurbs
About me:
Who I'd like to meet:
pilurri's Friend Space
[view all]pilurri has 97 friends.
pilurri's Friends Comments
Displaying 1 of 1 comments ( View all | Add Comment )
|
Pawz_Samyy
|
TY FOR THE FRIEND REQUEST!! |








body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url('https://24.media.tumblr.com/46550ebc2f0c7fe55d39b265a16a4ccc/tumblr_miqxfjGfSP1rvb164o1_500.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;} }