-
Notifications
You must be signed in to change notification settings - Fork 0
/
choosewish.html
21 lines (20 loc) · 992 Bytes
/
choosewish.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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="skybg">
<div class="wrap">
<img class="logo2" src="finalbunnylogo.png" alt="logo of bunny with a carrot">
<h4 class="belowlogo">Which of these wishes will you grant?</h4>
<label class="biglabel" for="wish1">Wish #1</label><br>
<button type="button" class="btn btn-primary btn-lg lightblue lessmargin">blank</button><br>
<label class="biglabel" for="wish2">Wish #2</label><br>
<button type="button" class="btn btn-primary btn-lg lightblue lessmargin">blank</button><br>
<label class="biglabel" for="wish3">Wish #3</label><br>
<button type="button" class="btn btn-primary btn-lg lightblue lessmargin">blank</button><br>
</div>
</body>
</html>