-
Notifications
You must be signed in to change notification settings - Fork 0
/
wishes.html
24 lines (23 loc) · 890 Bytes
/
wishes.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
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<title>Carrots</title>
</head>
<body class="grasslandbg">
<div class="wrap">
<img class="logo2" src="finalbunnylogo.png" alt="logo of bunny with a carrot">
<h3 class="belowlogo">What would you like to wish for, Zoe?</h3>
<form action="action_page.php">
<label for="wish1">Wish #1</label>
<input type="text">
<label for="wish2">Wish #2</label>
<input type="text">
<label for="wish3">Wish #3</label>
<input type="text">
<input type="submit" class="btn btn-primary btn-lg blue" value="Send my wishes!">
</form>
</div>
</body>
</html>