-
Notifications
You must be signed in to change notification settings - Fork 0
/
clipPath.html
36 lines (29 loc) · 893 Bytes
/
clipPath.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
36
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Clip-Path Aniamtion</title>
<link rel="stylesheet" href="src/static/css/default.css">
<link rel="stylesheet" href="src/static/css/clipPath.css">
</head>
<body>
<div class="navBar">
<div class="icon"><a href="/HUI">HUI</a></div>
<div class="cursor" color="#D475E5"></div>
</div>
<section>
<div>
<h2>
HUI INTERACTIVE AND ANIMATION PRACTICE WITH CSS/JS Clip-Path
</h2>
</div>
<div class="circle">
<h2>
HUI INTERACTIVE AND ANIMATION PRACTICE WITH CSS/JS Clip-Path
</h2>
</div>
</section>
</body>
<script src="src/static/js/cursor.js"></script>
<script src="src/static/js/clipPath.js"></script>
</html>