eve

eve's profile picture

Last active:

Mood:


View my: Profile | Forum Topics

Report User

SpaceHey Blog URL:

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

eve's Blog Entries

[Subscribe to this Blog]

— 1 Kudos

Create Your Own Custom Loading Screen

Category: Web, HTML, Tech

Hey Guys, here's a basic way to create a custom loading screen for your Spacehey Profile! body:before { content: " "; height: 100vh; width: 100vw; display: block; position: fixed; top: 0; left: 0; z-index: 100; background-image: url(' INSERT GIF URL HERE '); background-size: cover; background-repeat: no-repeat; background-position:center; animation: yourAnimation 0s ease INSERT LENG » Continue Reading

» View Blog Entry