-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvitation.html
53 lines (50 loc) · 1.65 KB
/
invitation.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Serious question</title>
<link rel="stylesheet" href="buttonsstyle.css">
<style>
h1{
color:rgb(5, 5, 46)
}
body{
font-family: Arial, Helvetica, sans-serif;
background-color:rgb(165, 165, 193)
}
#reasons {
background-color: rgb(178, 197, 214);
width: 370px;
margin-bottom: 15 px
}
#end {
left: 1px;
}
h3{
color: rgb(165, 165, 193)
}
/*ul{
border: 4px solid powderblue
}
*/
</style>
</head>
<body>
<h1>Will you go on a date with me?</h1>
<img src="https://cdn.custom-cursor.com/packs/6481/memes-is-for-me-two-fingers-touching-pack.png" alt="shy" width="300">
<div id = "reasons"><h2>Reasons to agree:</h2>
<ul>
<li>i am cute ^_^</li>
<li>it will be fun!</li>
<li>we'll buy delicious food and eat it!!!</li>
</ul></div>
<h2>Sooooo.... What would you say?</h2>
<button id="clicker" class="buttons">Yes, I will!</button>
<button id="clicker2" class="buttons">Of course</button>
<script src="buttons.js"></script>
<br>
<div id="end"><h3>I love you!</h3>
<h2>Horaaaaay!</h2>
<img src="https://media.tenor.com/lCKwsD2OW1kAAAAi/happy-cat-happy-happy-cat.gif" alt="happy-cat" width=400 id="happy-cat" ></div>
</body>
</html>