Skip to content

Commit dcffc52

Browse files
committed
typing effect
1 parent f9e2cec commit dcffc52

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

Text animations/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<link rel="stylesheet" href="style.css" />
7-
87
<title>Text Animation</title>
98
</head>
109
<body>

Typing Text/style.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

Typing Text/t.png

66 KB
Loading

Typing Text/type.html

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Typing Text Effect | CodingNepal</title>
7+
<link rel="stylesheet" href="style.css" />
8+
<link rel="icon" href="t.png" />
9+
<script src="script.js" defer></script>
10+
</head>
11+
<body>
12+
<h1>This is typing effect Made by Parv <span></span></h1>
13+
</body>
14+
</html>

css animations/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- completed! --><!DOCTYPE html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

0 commit comments

Comments
 (0)