(x . x) ~~zzZ

Last active:
Mood:
View my: Blog | Forum Topics
Contacting (x . x) ~~zzZ
SpaceHey URL:
https://spacehey.com/obbvm3x
(x . x) ~~zzZ's Interests
General |
|
Music |
|
Movies |
|
Television |
|
Books |
|
Heroes |
|
(x . x) ~~zzZ's Latest Blog Entries [View Blog]
There are no Blog Entries yet.
(x . x) ~~zzZ's Blurbs
About me:
Who I'd like to meet:
(x . x) ~~zzZ's Friend Space
[view all](x . x) ~~zzZ's Friends Comments
Displaying 0 of 0 comments ( View all | Add Comment )
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
.profile-pic .pfp-fallback {
float: right;
width: 163px;
height: 160px;
border: none;
}
.general-about .profile-pic img {
max-width: inherit;
}
style>
@keyframes spin{
from{ transform:rotate(0deg); }
to{ transform:rotate(0deg); }
}
.general-about .profile-pic img{
border-radius: 50%;
animation: spin 7s infinite linear;
}