Voltage

Voltage's profile picture

"he/he"

Hello! I do coding and i might do some coding tutorials here!

Last active:

Mood:


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

https://blog.spacehey.com/profile?id=2113896

Voltage's Blog Entries

[Subscribe to this Blog]

1 Comment— 2 Kudos

How to make the spacehey logo spin!

Category: Web, HTML, Tech

If you want to make the Spacehey logo to spin, just copy this layout and put it on your about me or anywhere you want! @keyframes spin {     from {         transform:rotate(0deg);     }     to {         transform:rotate(360deg);     } } .logo {   animation-name: spin;   animation-duration: 5000ms;   animation-iteration-count: infinite;   animation-timin » Continue Reading

» View Blog Entry