— 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