🪟 Windows ServerSchnellladesäulen: Wenn der Ladestecker zickt - Golem.de(17.09.2026 um 23:29 Uhr)
🕵️ HackingPOL-MK: Betrug beim Online-Kauf - Presseportal(17.09.2026 um 17:57 Uhr)
🔧 ProgrammierungAgentic CLI customizations now in the usage metrics API(17.09.2026 um 23:08 Uhr)
🔧 ProgrammierungCopilot impact dashboard now shows feature engagement(17.09.2026 um 23:47 Uhr)
🪟 Windows ServerSchnellladesäulen: Wenn der Ladestecker zickt - Golem.de(17.09.2026 um 23:29 Uhr)
🕵️ HackingPOL-MK: Betrug beim Online-Kauf - Presseportal(17.09.2026 um 17:57 Uhr)
🔧 ProgrammierungAgentic CLI customizations now in the usage metrics API(17.09.2026 um 23:08 Uhr)
🔧 ProgrammierungCopilot impact dashboard now shows feature engagement(17.09.2026 um 23:47 Uhr)
🔧 Programmierung 🕛 vor 2 Jahren 1 Min Lesezeit
0

Welcome Home

↗ Quelle (dev.to)
🗣️ Stimme:
📑 Inhaltsübersicht

This is a submission for Frontend Challenge v24.09.04, CSS Art: Space.






Inspiration



The "Welcome Home" scene is inspired by the feeling of returning to Earth after a long space journey, drawing from the aesthetics of sci-fi movies.






Demo










Journey



To create the starry background, I used three .stars-layer divs with different translateZ and scale values for a parallax effect:




CODE
.stars-layer {
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
animation: rotate 240s linear infinite;
}
.stars-layer-1 {
transform: translateZ(-300px) scale(2);
}
.stars-layer-2 {
transform: translateZ(-200px) scale(1.75);
}
.stars-layer-3 {
transform: translateZ(-100px) scale(1.5);
}






Pseudo-elements with radial-gradient backgrounds create the twinkling stars, animated using keyframes:




CODE
.stars-layer::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: 350px 350px;
animation: twinkle 4s infinite ease-in-out;
}






The Earth glow effect is achieved with a .earth-glow div, a radial gradient background, and a blur filter:




CODE
.earth-glow {
position: absolute;
bottom: -20vh;
left: 0;
width: 100%;
height: 40vh;
background: radial-gradient(...);
border-radius: 50% 50% 0 0 / 100% 100% 0 0;
filter: blur(16px);
}


Vollständiger Original-Artikel
Den kompletten Beitrag mit allen Details direkt auf dev.to lesen.
↗ Original-Artikel auf dev.to lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
Small AI models let drones autonomously identify and attack battlefield targets
1 Quelle
Here’s What the AI Apocalypse Could Look Like
1 Quelle
The FAA’s plan to fix air traffic? $875 million worth of AI
Ähnliche Beiträge
🔍 Verwandte News

Auch interessante Nachrichten Welcome Home

Thematisch verwandte Begriffe: Welcome, Home · 6 Treffer

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...

Laden...

Beiträge werden geladen ...

Laden...

Videos werden geladen ...