back

Back

Growing Planet

new

November 5, 2025

Growing Planet - new Background

How to implement:

Code:

<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Glowing Planet Particles</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        html, body {
            height: 100%;
            width: 100%;
            overflow: hidden;
        }
        
        body {
            position: relative;
            background-color: black;
        }
        
        .spline-container {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -10;
            display: flex;
            align-items: flex-end;
        }
        
        .spline-container iframe {
            border: none;
            width: 100%;
            height: 100%;
            display: block;
        }
    </style>
</head>
<body>
    <div class="spline-container">
        <iframe src="https://my.spline.design/glowingplanetparticles-HmCVKutonlFn3Oqqe6DI9nWi" frameborder="0" width="100%" height="100%" id="aura-spline"></iframe>

        <!--
        // black -> https://my.spline.design/glowingplanetparticles-HmCVKutonlFn3Oqqe6DI9nWi
        // blue-> https://my.spline.design/glowingplanetparticles-nhVHji30IRoa5HBGe8yeDiTs
        -->
    </div>
</body>
</html>

View background:

ImageImage

Note

If this background has served you in any way, consider following me on github or supporting me to continue working at BacksEasy.