Gwenn
"looser isn’t an emotion"
‘09 ☆
Last active:
Mood: “looser”
View my: Blog | Forum Topics
Contacting Gwenn
SpaceHey URL:
https://spacehey.com/gw3nny4
Gwenn's Interests
General |
|
Music |
|
Movies |
|
Television |
|
Books |
|
Heroes |
|
Gwenn's Links
Gwenn's Latest Blog Entries [View Blog]
There are no Blog Entries yet.
Gwenn's Blurbs
Gwenn's Friend Space
[view all]Gwenn has 8 friends.
Gwenn's Friends Comments
Displaying 0 of 0 comments ( View all | Add Comment )
body:before {
content: " ";
height: 100vh;
width: 100vw;
display: block;
position: fixed;
top: 0;
left: 0;
z-index: 100;
background-image: url('https://cdn.lowgif.com/medium/35533ca912e13f85-.gif');
background-size: cover;
background-repeat: no-repeat;
background-position:center;
animation: yourAnimation 1s ease 0s 1 normal forwards;
pointer-events: none;}
@keyframes yourAnimation { 0.0%{ opacity: 1;} 75%{ opacity: 1; } 100%{ opacity: 0;} }