-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (41 loc) · 1.83 KB
/
index.html
File metadata and controls
43 lines (41 loc) · 1.83 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
43
<!DOCTYPE>
<html>
<head>
<link rel='stylesheet' href='crystalBall.css'>
</head>
<body>
<div class='container'>
<h1> The Magic Crystal Ball </h1>
<form>
<br>
<input type="text" name="crystalBallAnswer" placeholder="What can the Magic Crystal Ball answer for you today?">
</form>
</div>
<div class='crystalBall'>
</div>
<div class='hiddenFortunes'>
<img src='magic.jpg' alt="Crystal Ball Photo">
<h4>Click the Crystal Ball to find the answer you seek!</h4>
<p id= '0'class='hideText'>When do you want to?</p>
<p id= '1'class='hideText'>Don't even think about it!<p>
<p id= '2'class='hideText'>Do you really think I know the answer?</p>
<p id= '3'class='hideText'>I don't think so!<p>
<p id= '4'class='hideText'>Maybe you should ask Siri<p>
<p id= '5'class='hideText'>Yes! And be proud of it<p>
<p id= '6'class='hideText'>When pigs fly!<p>
<p id= '7'class='hideText'>Go for a run, then come back and ask.</p>
<p id= '8'class='hideText'>Do you really place your confidence in me?</p>
<p id= '9'class='hideText'>You won't be happy with my answer.</p>
<p id= '10'class='hideText'>Of course!</p>
<p id= '11'class='hideText'>Absolutely not!</p>
<p id= '12'class='hideText'>Did you ask your mom?</p>
<p id= '13'class='hideText'>Are you sure?</p>
<p id= '14'class='hideText'>Maybe you should wait a couple years</p>
<p id= '15'class='hideText'>Is that what you really want?<p>
<p id= '16'class='hideText'>How long have you been waiting to ask that?</p>
<p id= '17'class='hideText'>Of course!! It was meant to be</p>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src='crystalBall.js'></script>
</body>
</html>