Tags: darkmode, rounded, spinning avatar
Description:
This is a wider profile that allows you to take up more width to display information. Has a spinning avatar. Rounds the headers of sections, adds a darkmode, and you can change the background in the code below. Please give me credit somewhere if you do decide to use this!
Preview:
Copy and paste this code into the "About me" section of your Profile to use it.
Caution: This Layout was not inspected by SpaceHey — use it at your own risk.
Comments
Displaying 2 of 2 comments ( View all | Add Comment )
Ricky
I'm so late for the party, but which code is it for the spinning pfp?
Report Comment
.profile-pic {
-webkit-animation-name: spin;
-webkit-animation-duration: 40000ms;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
-moz-animation-name: spin;
-moz-animation-duration: 10000ms;
-moz-animation-iteration-count: infinite;
-moz-animation-timing-function: linear;
-ms-animation-name: spin;
-ms-animation-duration: 10000ms;
-ms-animation-iteration-count: infinite;
-ms-animation-timing-function: linear;
-o-transition: rotate(3600deg);
}
this is the code to make your pfp spin :3
by Zeph; ; Report
Ben
It is not really working for me. Is it working for anyone else?
Report Comment
put in front of the code!
by maksi; ; Report