diff --git a/css-typing-animation/README.md b/css-typing-animation/README.md new file mode 100644 index 00000000..644e847f --- /dev/null +++ b/css-typing-animation/README.md @@ -0,0 +1,14 @@ +# CSS Typing Animation + +A **pure HTML + CSS** typing effect that simulates text being typed on a screen. + +## ✨ Features +- No JavaScript used +- Smooth "typing" effect with a blinking cursor +- Fully responsive and minimal + +## 🧠 How It Works +Uses CSS keyframes with `steps()` to reveal characters one by one, +and a separate `blink` animation for the cursor effect. + +## 🛠️ Files diff --git a/css-typing-animation/index.html b/css-typing-animation/index.html new file mode 100644 index 00000000..7ed3407a --- /dev/null +++ b/css-typing-animation/index.html @@ -0,0 +1,44 @@ + + + + + + CSS Typing Animation - DevToolkit + + + + + +
+ Welcome to My Page ✨ +
+ +