-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathindex.html
35 lines (29 loc) · 999 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="A name effect with html and css" />
<link rel="stylesheet" href="name.css" />
<title>Name Effect | Rajkumar Khistariya</title>
</head>
<body>
<div class="container">
<h1>This page contains scrolling effect</h1>
<lord-icon
src="https://cdn.lordicon.com/rxufjlal.json"
trigger="loop"
colors="primary:#674325"
state="hover-1"
style="width: 150px; height: 150px"
class="icon--animation"
>
</lord-icon>
</div>
<div id="pseudo-window"></div>
<script src="https://cdn.lordicon.com/pzdvqjsp.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="script.js" type="module"></script>
</body>
</html>