-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (20 loc) · 895 Bytes
/
index.html
File metadata and controls
25 lines (20 loc) · 895 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>js projct2</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- ek rectangle bana o and jab mouse center per ho rectangle center per ho ,jab mouse left jaana shuru ho rectangle bhi left jana shuru ho jaaaye , per jaise jiase mouse left jaaye rectangle ki speed left jaate jaate slow hojaaye same happens with right side as well -->
<div id="rect"></div>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.1/gsap.min.js"
integrity="sha512-qF6akR/fsZAB4Co1QDDnUXWnaQseLGXoniuSuSlPQK6+aWhlMZcHzkasCSlnWoe+TJuudlka1/IQ01Dnhgq95g=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
></script>
<script src="script.js"></script>
</body>
</html>