From 986a513138e9da6b735b04bebf0779f47dc53b8d Mon Sep 17 00:00:00 2001 From: VS-Code <-> Date: Fri, 6 Feb 2026 15:47:04 +0100 Subject: [PATCH] - --- index.html | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index db339ba..fb3643f 100755 --- a/index.html +++ b/index.html @@ -97,6 +97,10 @@ letter-spacing: 4px; /* Ein leichter Leuchteffekt passend zum Blau */ text-shadow: 0 0 10px rgba(23, 147, 209, 0.3), 0 0 20px rgba(23, 147, 209, 0.2); + min-height: 1.2em; /* Verhindert das Springen des Layouts */ + display: flex; + justify-content: center; + align-items: center; } p { color: #aaa; line-height: 1.6; margin-bottom: 30px; } @@ -128,7 +132,6 @@ .command { color: #e0e0e0; } .cursor { display: inline-block; width: 8px; height: 15px; background: #e0e0e0; - animation: blink 1s infinite; vertical-align: middle; } .title-cursor { display: inline-block; @@ -208,7 +211,7 @@
-

Helios_

+

_

@@ -248,6 +251,21 @@
 
         


+ \ No newline at end of file