Rounded Darkmode w/ Wide Screen

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:

Layout Screenshot
click on the image for a larger 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

Ricky's profile picture

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

Ben's profile picture

It is not really working for me. Is it working for anyone else?


Report Comment



put in front of the code!

by maksi; ; Report