From 25c0f894869cafa1ffdb475d974831fc13c3942a Mon Sep 17 00:00:00 2001 From: realcgcristi Date: Mon, 9 Sep 2024 15:27:39 +0300 Subject: [PATCH] type-writer effect with no cursor woooo --- templates/index.html | 110 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 106 insertions(+), 4 deletions(-) diff --git a/templates/index.html b/templates/index.html index 9ff8997..1272161 100644 --- a/templates/index.html +++ b/templates/index.html @@ -101,11 +101,45 @@ padding: 0 15px; } +.typewriter-container { + font-size: 23px; + text-align: center; + white-space: nowrap; + overflow: hidden; + position: relative; +} + +.typewriter-text { + display: inline-block; + white-space: nowrap; +} + +.cursor { + display: inline-block; + width: 10px; + height: 1em; + background-color: #ff69b4; + animation: blink 0.7s step-end infinite; + position: absolute; + right: 0; + bottom: 0; +} + +@keyframes blink { + 50% { + background-color: transparent; + } +} +
-

aCloud

+
+ +
+
+
@@ -147,7 +181,75 @@
-