Skip to content

Commit 53fac80

Browse files
author
Sonyl Nagale
committed
Stickies, chapter 7
1 parent 4ecdd82 commit 53fac80

File tree

8 files changed

+3926
-0
lines changed

8 files changed

+3926
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<!DOCTYPE html>
2+
<html lang="en" dir="ltr">
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<title></title>
7+
<link rel="stylesheet" type="text/css" href="style.css" />
8+
</head>
9+
10+
<body>
11+
<input class="box-color-input jscolor" type="text" placeholder="Sticky Color">
12+
<input class="box-color-note" type="text" placeholder="Sticky Note Message">
13+
<button class="box-creator-button">Create a Sticky!</button>
14+
15+
<div class="container"></div>
16+
17+
<div id="messageBox">
18+
<p>This sticky's color is <span id="color"></span> and its message is <span id="message"></span>.
19+
<p><button id="delete">Delete this sticky</button> <button id="close">Close</button></p>
20+
</div>
21+
22+
<script src="jscolor.js"></script>
23+
<script src="script.js"></script>
24+
</body>
25+
26+
</html>

0 commit comments

Comments
 (0)