Skip to content

Instantly share code, notes, and snippets.

/* Galaxy Background */
body {
background: radial-gradient(circle at center, #2b0057, #100022);
overflow: hidden;
margin: 0;
padding: 0;
}
/* Animated Stars */
@keyframes starFloat {