-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path16.html
More file actions
42 lines (41 loc) · 1.35 KB
/
16.html
File metadata and controls
42 lines (41 loc) · 1.35 KB
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
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Day-16 : Mouse Shadow</title>
<title>Mouse Shadow (Day-16)</title>
<link rel="stylesheet" href="../assets/css/16.css" />
<script src="../assets/js/16.js"></script>
</head>
<body>
<div class="navbar">
<div class="info">
<div class="info-sign">
<div class="symbol">i</div>
</div>
<span class="description">
<b> <i>Tip</i> </b> : I guess till now you have seen
colourful shadows. But Wait, You can change text too !!
</span>
</div>
<div class="source">
<a
class="info"
target="_blank"
aria-hidden="true"
title="View on Github"
href="https://github.com/karna98/JavaScript30/#day-16-"
>
<div class="info-sign">
<div class="symbol">
<img src="../assets/images/github.svg" />
</div>
</div>
</a>
</div>
</div>
<div class="hero">
<div contenteditable>🔥Karna98💧</div>
</div>
</body>
</html>